This commit is contained in:
Kovid Goyal 2017-01-10 12:53:23 +05:30
parent df1ca0a342
commit 6738724d4f

View File

@ -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')]