about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-02-27 12:52:28 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-02-27 12:52:28 +0100
commit5d9b14dac7f2c85ffae3820e8a2a3b34fe3b3a06 (patch)
treeb7c87f1b749c53eb3bc5ae4cf337cb6187516a16
parent786ceec713bac83b23aaa1d5c57794cb8d1db84b (diff)
downloadbox64-5d9b14dac7f2c85ffae3820e8a2a3b34fe3b3a06.tar.gz
box64-5d9b14dac7f2c85ffae3820e8a2a3b34fe3b3a06.zip
[DYNAREC] More multiarch changes
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d386dbfd..5da3cb96 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -503,7 +503,7 @@ set_target_properties(${BOX64} PROPERTIES ENABLE_EXPORTS ON)
 add_dependencies(${BOX64} WRAPPERS)
 #add_dependencies(${BOX64} PRINTER)
 target_link_libraries(${BOX64} c m dl rt pthread)
-if(ARM_DYNAREC)
+if(DYNAREC)
     target_link_libraries(${BOX64} dynarec)
 endif()