linker fix

metadata
Wenzel Jakob 2012-09-30 22:21:52 -04:00
parent 1f9ef5bb3f
commit 8f9a325a2d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if hasQt:
'breakpad_crash_report_sender', 'wininet'])
elif sys.platform == 'darwin':
qtEnv.Append(LINKFLAGS=['-Fdependencies/frameworks', '-framework',
'BWToolkitFramework', '-framework', 'Security'])
'BWToolkitFramework', '-framework', 'Security', '-framework', 'CoreFoundation'])
if hasBreakpad:
qtEnv.Append(LINKFLAGS=['-framework', 'Breakpad'])
qtEnv.Append(CPPFLAGS=['-I', '/System/Library/Frameworks/Security.framework/Headers'])