Skip to content

Commit

Permalink
make requested PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Nov 5, 2020
1 parent 0f10f2a commit 33a9044
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/config.sh 100755 → 100644
@@ -1,5 +1,3 @@
#!/bin/bash

set -e

unamestr=$(uname)
Expand Down Expand Up @@ -53,8 +51,7 @@ if [[ $(uname) == 'Darwin' ]]; then
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
fi

LD_LIBRARY_PATH="$dir:$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
export LD_LIBRARY_PATH
export LD_LIBRARY_PATH="$dir:$(rustc --print sysroot)/lib:$dir/target/out:$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib"
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH

export CG_CLIF_DISPLAY_CG_TIME=1

0 comments on commit 33a9044

Please sign in to comment.