mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-07 06:00:30 +00:00
Merge pull request #16515 from rf2222222/libretro_ios_compile
Libretro: ios compile settings
This commit is contained in:
commit
2a1daccd22
@ -1316,6 +1316,10 @@ if(ANDROID)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (IOS)
|
||||
set(nativeExtra ${nativeExtra} ${NativeAppSource})
|
||||
endif()
|
||||
|
||||
add_library(native STATIC
|
||||
${nativeExtra}
|
||||
Common/Render/Text/draw_text_qt.cpp
|
||||
|
@ -22,6 +22,10 @@ if(ANDROID)
|
||||
endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(ppsspp_libretro "-Wl,-Bsymbolic")
|
||||
if (IOS)
|
||||
target_link_libraries(ppsspp_libretro "-Wl")
|
||||
else()
|
||||
target_link_libraries(ppsspp_libretro "-Wl,-Bsymbolic")
|
||||
endif()
|
||||
endif()
|
||||
target_link_libraries(ppsspp_libretro ${LinkCommon})
|
||||
|
Loading…
x
Reference in New Issue
Block a user