We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad14919 + a12456a commit dd766dfCopy full SHA for dd766df
test.sh
@@ -6,6 +6,8 @@ set -e
6
export GCC_PATH=$(cat gcc_path)
7
8
export LD_LIBRARY_PATH="$GCC_PATH"
9
+export LIBRARY_PATH="$GCC_PATH"
10
+
11
if [[ "$1" == "--release" ]]; then
12
export CHANNEL='release'
13
CARGO_INCREMENTAL=1 cargo rustc --release
0 commit comments