diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 15:39:59 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 15:39:59 +0000 |
| commit | 1b603d1145b9ee10b1b12a0f765bd2bc1ebe2b3c (patch) | |
| tree | f589601bb2496cd35935ca3c99197a58620a9811 /arch/x86_64/CMakeLists.txt | |
| parent | e7eedd234954509f4f5ec52b2d62cbc4a1723936 (diff) | |
| download | teachos-1b603d1145b9ee10b1b12a0f765bd2bc1ebe2b3c.tar.xz teachos-1b603d1145b9ee10b1b12a0f765bd2bc1ebe2b3c.zip | |
libs: rename multiboot alias
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 511fe43..c8ff216 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -70,8 +70,8 @@ target_sources("_memory" PRIVATE ) target_link_libraries("_memory" PUBLIC - "multiboot2::multiboot2" "libs::kstd" + "libs::multiboot2" ) #[============================================================================[ |
