Skip to content

Commit

Permalink
Don't overwrite LD_LIBRARY_PATH in config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jul 4, 2021
1 parent 5347882 commit 38585b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config.sh
Expand Up @@ -2,5 +2,5 @@

set -e

export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"

0 comments on commit 38585b3

Please sign in to comment.