Skip to content

Commit 142b277

Browse files
committed
Update
[ghstack-poisoned]
2 parents ecf4146 + 24514f8 commit 142b277

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,13 @@ def get_build_type(is_debug=None) -> str:
322322
# need for it.
323323
_UNSUPPORTED_WHEEL_HEADERS = frozenset(
324324
{
325-
"bundled_module.h",
326-
# These two include a third-party header the wheel does not ship, so they
327-
# cannot compile from an installed package no matter what is linked.
325+
# These two include a third-party header the wheel does not ship, so they cannot
326+
# compile from an installed package no matter what is linked.
328327
"cpuinfo_utils.h",
329328
"threadpool.h",
329+
# These three compile, but declare entry points whose definitions are not in any
330+
# shipped library, so a consumer that includes them fails at link time.
331+
"bundled_module.h",
330332
"file_descriptor_data_loader.h",
331333
"serialize.h",
332334
}

0 commit comments

Comments
 (0)