...
This commit is contained in:
parent
df1ca0a342
commit
6738724d4f
2
setup.py
2
setup.py
@ -55,7 +55,7 @@ def get_python_flags(cflags):
|
||||
fdir = val[:val.index('/{}.framework'.format(fw))]
|
||||
if os.path.isdir(os.path.join(fdir, '{}.framework'.format(fw))):
|
||||
libs.append('-F' + fdir)
|
||||
break
|
||||
break
|
||||
libs.extend(['-framework', fw])
|
||||
else:
|
||||
libs += ['-L' + sysconfig.get_config_var('LIBDIR')]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user