diff options
Diffstat (limited to 'kern')
| -rw-r--r-- | kern/CMakeLists.txt | 2 |
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" ) |
