Skip to content

macOS falls back to 10.9 #1636

Answered by henryiii
nschloe asked this question in Q&A
Oct 3, 2023 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

No, it's supported this way, the problem is the environment is set to CFLAGS/CXXFLAGS, and the MACOSX_DEPLOYMENT_TARGET is not present, since the environment variable has overridden the toml file setting.

CIBW_ENVIRONMENT: >
            CFLAGS='-s'
            CXXFLAGS='-s'
            MACOSX_DEPLOYMENT_TARGET='10.14'

Would fix it, for example.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@henryiii
Comment options

@henryiii
Comment options

@Czaki
Comment options

@henryiii
Comment options

Answer selected by nschloe
@nschloe
Comment options

@henryiii
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants