Skip to content

Commit

Permalink
I also hate iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Aug 14, 2024
1 parent ee3353e commit 8da2db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ if(ENABLE_RETRO_ACHIEVEMENTS)
add_definitions(-DENABLE_RETRO_ACHIEVEMENTS=1)
add_definitions(-DRC_CLIENT_SUPPORTS_HASH)
add_library(Lua STATIC src/lua/onelua.c)
if(IOS)
target_compile_definitions(Lua PRIVATE LUA_USE_IOS) # makes it so system is not used
endif()
set_property(TARGET Lua PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded")
set(LINK_LIBS ${LINK_LIBS} Lua)
set(RCHEEVOS_SRC src/rcheevos/src/rapi/rc_api_common.c
Expand Down

0 comments on commit 8da2db0

Please sign in to comment.