From 5d9b14dac7f2c85ffae3820e8a2a3b34fe3b3a06 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Feb 2022 12:52:28 +0100 Subject: [DYNAREC] More multiarch changes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit 1.4.1