diff --git a/.gitignore b/.gitignore index 20998dbb..b955f736 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ stage stage.sig stage.tar stage.toml +xargo-home diff --git a/config.sh b/config.sh index 4272ccc7..89c5987a 100755 --- a/config.sh +++ b/config.sh @@ -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"