diff options
| -rwxr-xr-x | CMakeLists.txt | 2 |
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() |