aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/macosx/osx-app.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh.in b/packaging/macosx/osx-app.sh.in
index c6c28fe6a7..a491bf8eed 100755
--- a/packaging/macosx/osx-app.sh.in
+++ b/packaging/macosx/osx-app.sh.in
@@ -201,7 +201,7 @@ chmod 755 "$pkglib"/*.dylib
if [ "$strip" = "true" ]; then
echo -e "\nStripping debugging symbols...\n"
strip -x "$pkglib"/*.dylib
- strip -ur "$binpath"
+ strip -ur "$bundle_binary_list"
fi
#