We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5347882 commit 38585b3Copy full SHA for 38585b3
scripts/config.sh
@@ -2,5 +2,5 @@
2
3
set -e
4
5
-export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
6
-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 commit comments