mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-03 12:12:06 +00:00
Separate -Bsymbolic Shared linker flag
Using "$ {CMAKE_SHARED_LINKER_FLAGS}" for separate linker -Bsymbolic. Previously it ignored to the previous declared flags it does not find them. for this gave error with some linkers flags
This commit is contained in:
parent
52e3406e3d
commit
916bb54361
@ -1617,7 +1617,7 @@ add_library(${CoreLibName} ${CoreLinkType}
|
||||
if(ANDROID)
|
||||
set(CoreExtraLibs ${CoreExtraLibs} android)
|
||||
if(X86_64)
|
||||
set(CoreExtraLibs ${CoreExtraLibs} android -Wl,-Bsymbolic)
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-Bsymbolic")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user