We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812143b commit 647f42aCopy full SHA for 647f42a
graalpython/lib-graalpython/_sysconfig.py
@@ -96,6 +96,7 @@ def _get_posix_vars():
96
g['CFLAGS'] = ' '.join(cflags_default + [gnu_source])
97
g['LDFLAGS'] = ""
98
g['CCSHARED'] = fpic
99
+ g['MACOSX_DEPLOYMENT_TARGET'] = "" # for linux it should return empty string and for macOS we should figure out how to get that value
100
if darwin_native:
101
g['LDFLAGS'] = "-bundle -undefined dynamic_lookup"
102
ldshared_common = g['LDFLAGS']
0 commit comments