Skip to content
Snippets Groups Projects
Unverified Commit 628751b8 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Set $XARGO_HOME to build std et al only once

I don't know what logic (if any) we need to add to handle updates to Rust
parent cbe33794
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,4 @@ stage
stage.sig
stage.tar
stage.toml
xargo-home
......@@ -8,3 +8,4 @@ export TARGET=x86_64-unknown-redox
ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh"
export XARGO_HOME="$ROOT/xargo-home"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment