From ccddf36050e8b8bba8050df323ead19795e26421 Mon Sep 17 00:00:00 2001 From: koniifer Date: Sun, 17 Nov 2024 10:11:14 +0000 Subject: [PATCH] fix --- kernel/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/.cargo/config.toml b/kernel/.cargo/config.toml index 422bf9d..e052590 100644 --- a/kernel/.cargo/config.toml +++ b/kernel/.cargo/config.toml @@ -1,3 +1,6 @@ [unstable] build-std = ["core", "compiler_builtins", "alloc"] build-std-features = ["compiler-builtins-mem"] + +[build] +target = "./targets/x86_64-ableos.json"