mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Fix libretro build on apple platforms
This commit is contained in:
parent
4aa2b1fcac
commit
c19aa05b60
@ -23,7 +23,7 @@ endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
if (APPLE OR IOS)
|
||||
target_link_libraries(ppsspp_libretro "-Wl,-exported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libretro.osx.def")
|
||||
target_link_libraries(ppsspp_libretro objc "-Wl,-exported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libretro.osx.def")
|
||||
else()
|
||||
target_link_libraries(ppsspp_libretro "-Wl,-Bsymbolic")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user