From ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 14 Jul 2025 16:25:00 +0000 Subject: arch: prepare interfaces --- kern/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern') 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" ) -- cgit v1.2.3