mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-10 16:23:05 +00:00
Will fix Android-x86_64 cmake
Use the same flags from android-x86 project load fine in marsmallow and nougat tested android-x86 images and avd images set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-fatal-warnings -Wl,-Bsymbolic")
This commit is contained in:
parent
ed602a3319
commit
a37ef3ecbf
@ -1614,7 +1614,7 @@ add_library(${CoreLibName} ${CoreLinkType}
|
||||
if(ANDROID)
|
||||
set(CoreExtraLibs ${CoreExtraLibs} android)
|
||||
if(X86_64)
|
||||
set(CoreExtraLibs -Wl,--gc-sections -Wl,--exclude-libs,ALL)
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-fatal-warnings -Wl,-Bsymbolic")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user