From c605cbdbcc1d9c95a1e704714539a8be679e4720 Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Thu, 1 Mar 2018 13:27:58 -0500 Subject: [PATCH] fix macos installer script --- dist/macos/bundle/build_installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/macos/bundle/build_installer.sh.in b/dist/macos/bundle/build_installer.sh.in index b475343c..f939b776 100755 --- a/dist/macos/bundle/build_installer.sh.in +++ b/dist/macos/bundle/build_installer.sh.in @@ -11,7 +11,7 @@ fi cd @CMAKE_CURRENT_SOURCE_DIR@/build/bundle || exit 1 -B_REREF_SCRIPT=@CMAKE_CURRENT_SOURCE_DIR@/reref_dylibs.sh +B_REREF_SCRIPT=@CMAKE_CURRENT_SOURCE_DIR@/build/bundle/reref_dylibs.sh if [ ! -x $B_REREF_SCRIPT ]; then echo Missing script: $B_REREF_SCRIPT exit 1