Skip to content

Commit 967a9e1

Browse files
horakivotimfel
authored andcommitted
Add MACOSX_DEPLOYMENT_TARGET to sysconfig
1 parent d1749c2 commit 967a9e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/_sysconfig.py

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def _get_posix_vars():
9696
g['CFLAGS'] = ' '.join(cflags_default + [gnu_source])
9797
g['LDFLAGS'] = ""
9898
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
99100
if darwin_native:
100101
g['LDFLAGS'] = "-bundle -undefined dynamic_lookup"
101102
ldshared_common = g['LDFLAGS']

0 commit comments

Comments
 (0)