mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Libretro needs core staticly linked even on Android
This commit is contained in:
parent
01be9ff8cf
commit
955652cc35
@ -145,10 +145,13 @@ if(LIBRETRO)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
set(CoreLibName ppsspp_jni)
|
||||
set(CoreLinkType SHARED)
|
||||
set(MOBILE_DEVICE ON)
|
||||
set(USING_GLES2 ON)
|
||||
endif()
|
||||
|
||||
if(ANDROID AND NOT LIBRETRO)
|
||||
set(CoreLibName ppsspp_jni)
|
||||
set(CoreLinkType SHARED)
|
||||
else()
|
||||
set(CoreLibName Core)
|
||||
set(CoreLinkType STATIC)
|
||||
|
Loading…
Reference in New Issue
Block a user