Skip to content

Commit bc9926a

Browse files
committed
Remove unused dylib_ext variable from build.sh
1 parent 40dd3e2 commit bc9926a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ if [[ "$unamestr" == 'Linux' || "$unamestr" == "FreeBSD" ]]; then
3434
export RUSTFLAGS='-Clink-arg=-Wl,-rpath=$ORIGIN/../lib '$RUSTFLAGS
3535
elif [[ "$unamestr" == 'Darwin' ]]; then
3636
export RUSTFLAGS='-Csplit-debuginfo=unpacked -Clink-arg=-Wl,-rpath,@loader_path/../lib -Zosx-rpath-install-name '$RUSTFLAGS
37-
dylib_ext='dylib'
3837
else
3938
echo "Unsupported os $unamestr"
4039
exit 1

0 commit comments

Comments
 (0)