mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
CMake 3.0: Fix DL_LIBS being reset for Blackberry.
This commit is contained in:
parent
756ad884ed
commit
858a783b36
1 changed files with 1 additions and 0 deletions
|
@ -715,6 +715,7 @@ elseif(USING_QT_UI)
|
|||
set(nativeExtraLibs ${nativeExtraLibs} "-framework CoreFoundation")
|
||||
endif()
|
||||
elseif(BLACKBERRY)
|
||||
unset(CMAKE_DL_LIBS)
|
||||
set(nativeExtra ${nativeExtra} native/base/BlackberryMain.cpp native/base/BlackberryDisplay.cpp)
|
||||
set(nativeExtraLibs ${nativeExtraLibs} OpenAL bps screen socket EGL)
|
||||
set(TargetBin PPSSPPBlackberry)
|
||||
|
|
Loading…
Add table
Reference in a new issue