diff options
author | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-26 19:14:02 +0100 |
---|---|---|
committer | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-26 19:14:02 +0100 |
commit | 96317d82c4de2fefcdd295a275578e0c3154468d (patch) | |
tree | 4bd5ee2abf8f0d4074469236edea40e9631c7bc6 /macosx | |
parent | 1e2aed8d6e69b71863c3174d33c359ddb2fd13d8 (diff) |
left incorrect option for macdeployqt in place
Diffstat (limited to 'macosx')
-rwxr-xr-x | macosx/make-app-bundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/make-app-bundle.sh b/macosx/make-app-bundle.sh index a387d4a6..b58669e3 100755 --- a/macosx/make-app-bundle.sh +++ b/macosx/make-app-bundle.sh @@ -24,7 +24,7 @@ tmp="$(mktemp -d "/tmp/$APPNAME-tmp.XXXXXXX")" test $? -eq 0 || exit 1 # Add framework and other libraries -macdeployqt -ff "$install/$APPNAME.app" -libpath="$install/$APPNAME.app/Contents/MacOS" +macdeployqt "$install/$APPNAME.app" -libpath="$install/$APPNAME.app/Contents/MacOS" # Fixup dylib linker issues sh "$dir/install-fail-tool" "$install/$APPNAME.app/Contents/Frameworks" |