Skip to content

Commit

Permalink
Untitled commit
Browse files Browse the repository at this point in the history
commit_hash:b4bf00e2edfcc42e907758e669ca34e3ad0bd8f9
  • Loading branch information
andrei-levitskii committed Feb 3, 2025
1 parent dfdefd0 commit 51389c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/conf/python.conf
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ module PY_ANY_MODULE: DLL_UNIT {

# -bundle
when ($DARWIN == "yes") {
when ($CLANG_VER == "16") {
# TODO(pg): also check 17 and beyond
when ($CLANG_VER == "16" || $CLANG_VER == "18") {
# TODO(pg): also check 19 and beyond
}
otherwise {
LDFLAGS+=-flat_namespace
Expand Down

0 comments on commit 51389c6

Please sign in to comment.