diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
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) |
| 200 | endif() | 200 | endif() |
| 201 | 201 | ||
| 202 | if (ARCHITECTURE_arm64 AND (ANDROID OR LINUX)) | 202 | if (HAS_NCE) |
| 203 | target_sources(common | 203 | target_sources(common |
| 204 | PRIVATE | 204 | PRIVATE |
| 205 | arm64/native_clock.cpp | 205 | arm64/native_clock.cpp |