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 40dd3e2 commit bc9926aCopy full SHA for bc9926a
build.sh
@@ -34,7 +34,6 @@ if [[ "$unamestr" == 'Linux' || "$unamestr" == "FreeBSD" ]]; then
34
export RUSTFLAGS='-Clink-arg=-Wl,-rpath=$ORIGIN/../lib '$RUSTFLAGS
35
elif [[ "$unamestr" == 'Darwin' ]]; then
36
export RUSTFLAGS='-Csplit-debuginfo=unpacked -Clink-arg=-Wl,-rpath,@loader_path/../lib -Zosx-rpath-install-name '$RUSTFLAGS
37
- dylib_ext='dylib'
38
else
39
echo "Unsupported os $unamestr"
40
exit 1
0 commit comments