mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix libretro build on apple platforms
This commit is contained in:
parent
4aa2b1fcac
commit
c19aa05b60
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue