mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-21 21:25:55 +00:00
Fix linkingproblem on OSX missing -framework CoreFundation
This commit is contained in:
parent
f4c05392e2
commit
ad43de1188
@ -475,6 +475,9 @@ elseif(USING_QT_UI)
|
||||
set(nativeExtra ${nativeExtra} native/base/QtMain.cpp ${nativeQtHeader})
|
||||
set(nativeExtraLibs ${nativeExtraLibs} ${QT_LIBRARIES})
|
||||
set(TargetBin PPSSPPQt)
|
||||
if(APPLE)
|
||||
set(nativeExtraLibs ${nativeExtraLibs} "-framework CoreFoundation")
|
||||
endif()
|
||||
elseif(BLACKBERRY)
|
||||
set(nativeExtra ${nativeExtra} native/base/BlackberryMain.cpp native/base/BlackberryDisplay.cpp)
|
||||
set(nativeExtraLibs ${nativeExtraLibs} OpenAL bps screen socket EGL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user