about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-06-05 18:29:28 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-06-05 18:29:28 +0200
commitbc9926a29bb9b4f3e5f8e9f20d881f45ebba81cc (patch)
treeca1b9e938c39bf52ed8d03af83d49a7e1355796f
parent40dd3e2b7089b5e96714e064b731f6dbf17c61a9 (diff)
downloadrust-bc9926a29bb9b4f3e5f8e9f20d881f45ebba81cc.tar.gz
rust-bc9926a29bb9b4f3e5f8e9f20d881f45ebba81cc.zip
Remove unused dylib_ext variable from build.sh
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 76bc1884334..086b9617fdf 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,6 @@ if [[ "$unamestr" == 'Linux' || "$unamestr" == "FreeBSD" ]]; then
    export RUSTFLAGS='-Clink-arg=-Wl,-rpath=$ORIGIN/../lib '$RUSTFLAGS
 elif [[ "$unamestr" == 'Darwin' ]]; then
    export RUSTFLAGS='-Csplit-debuginfo=unpacked -Clink-arg=-Wl,-rpath,@loader_path/../lib -Zosx-rpath-install-name '$RUSTFLAGS
-   dylib_ext='dylib'
 else
    echo "Unsupported os $unamestr"
    exit 1