Fix two compile issues
This commit is contained in:
parent
3e847cd43a
commit
06c55de97b
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
||||||
Subproject commit 1e812da7c2771289ab07578a8cc1e610123dd60f
|
Subproject commit c61e25dbd2897e8f4e9b8f529e6705c9bf05978d
|
|
@ -27,6 +27,7 @@ endif
|
||||||
|
|
||||||
# Automatic variables
|
# Automatic variables
|
||||||
ROOT=$(CURDIR)
|
ROOT=$(CURDIR)
|
||||||
|
export RUST_COMPILER_RT_ROOT=$(ROOT)/rust/src/llvm-project/compiler-rt
|
||||||
export RUST_TARGET_PATH=$(ROOT)/kernel/targets
|
export RUST_TARGET_PATH=$(ROOT)/kernel/targets
|
||||||
export XARGO_HOME=$(ROOT)/build/xargo
|
export XARGO_HOME=$(ROOT)/build/xargo
|
||||||
export XARGO_RUST_SRC=$(ROOT)/rust/src
|
export XARGO_RUST_SRC=$(ROOT)/rust/src
|
||||||
|
|
Loading…
Reference in a new issue