summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 98fd5f1e4..d38d5c6d1 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -199,7 +199,7 @@ if(ARCHITECTURE_x86_64)
199 target_link_libraries(common PRIVATE xbyak::xbyak) 199 target_link_libraries(common PRIVATE xbyak::xbyak)
200endif() 200endif()
201 201
202if (ARCHITECTURE_arm64 AND (ANDROID OR LINUX)) 202if (HAS_NCE)
203 target_sources(common 203 target_sources(common
204 PRIVATE 204 PRIVATE
205 arm64/native_clock.cpp 205 arm64/native_clock.cpp