aboutsummaryrefslogtreecommitdiff
path: root/kern/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kern/CMakeLists.txt')
-rw-r--r--kern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/CMakeLists.txt b/kern/CMakeLists.txt
index b2c7e2f..9bfe9e8 100644
--- a/kern/CMakeLists.txt
+++ b/kern/CMakeLists.txt
@@ -10,7 +10,7 @@ target_include_directories("kern" PUBLIC
)
target_link_libraries("kern" PUBLIC
- "arch::all"
+ "arch::any"
"gcc"
)