diff --git a/rustc.sh b/rustc.sh index 3392968..ecd5588 100755 --- a/rustc.sh +++ b/rustc.sh @@ -18,4 +18,4 @@ for arg in "$@"; do fi done -RUST_BACKTRACE=1 exec rustc -L build/userspace -L native=libc-artifacts/usr/lib "${args[@]}" +RUST_BACKTRACE=1 exec rustc -L build/userspace "${args[@]}"