normalize osx script names

This commit is contained in:
walker0643 2018-02-16 12:12:21 -05:00
parent cebe7873a4
commit 28cb82bcb0
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [ "$B_BUILD_TYPE" != "Release" ]; then
exit 1
fi
B_REREF_SCRIPT=$(pwd)/mac_reref_dylibs.sh
B_REREF_SCRIPT=$(pwd)/osx_reref_dylibs.sh
if [ ! -x $B_REREF_SCRIPT ]; then
echo Missing script: $B_REREF_SCRIPT
exit 1