mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 09:11:31 -04:00
fix for apple silicon
This commit is contained in:
parent
70584e46dd
commit
dd167972c7
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ if (APPLE)
|
|||
|
||||
add_subdirectory(launcher/mac)
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR GEODE_TARGET_PLATFORM STREQUAL "iOS")
|
||||
if(GEODE_TARGET_PLATFORM STREQUAL "iOS")
|
||||
add_custom_command(TARGET geode-loader
|
||||
POST_BUILD COMMAND
|
||||
${CMAKE_INSTALL_NAME_TOOL} -id \"/Library/MobileSubstrate/DynamicLibraries/Geode.dylib\"
|
||||
|
|
Loading…
Add table
Reference in a new issue