Skip to content

Commit

Permalink
fix macos installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
walker0643 committed Mar 1, 2018
1 parent 116a133 commit c605cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/macos/bundle/build_installer.sh.in
Expand Up @@ -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
Expand Down

0 comments on commit c605cbd

Please sign in to comment.