diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-05 18:29:28 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-05 18:29:28 +0200 |
| commit | bc9926a29bb9b4f3e5f8e9f20d881f45ebba81cc (patch) | |
| tree | ca1b9e938c39bf52ed8d03af83d49a7e1355796f | |
| parent | 40dd3e2b7089b5e96714e064b731f6dbf17c61a9 (diff) | |
| download | rust-bc9926a29bb9b4f3e5f8e9f20d881f45ebba81cc.tar.gz rust-bc9926a29bb9b4f3e5f8e9f20d881f45ebba81cc.zip | |
Remove unused dylib_ext variable from build.sh
| -rwxr-xr-x | build.sh | 1 |
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 |
