mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
normalize osx script names
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user