From 2b10433193ada5cbebb563f81ad2a00a95bfc312 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 20 Jan 2017 19:08:01 -0700 Subject: [PATCH] Link native directory --- rustc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustc.sh b/rustc.sh index ecd5588..3392968 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 "${args[@]}" +RUST_BACKTRACE=1 exec rustc -L build/userspace -L native=libc-artifacts/usr/lib "${args[@]}"