summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/mac/strip_from_xcode2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mac/strip_from_xcode b/build/mac/strip_from_xcode
index ac39aab..c26b9fb 100755
--- a/build/mac/strip_from_xcode
+++ b/build/mac/strip_from_xcode
@@ -28,7 +28,7 @@ if [ "${MACH_O_TYPE}" = "mh_execute" ] || \
# Strip everything (no special flags). No-op.
true
elif [ "${MACH_O_TYPE}" = "mh_dylib" ] || \
- "${MACH_O_TYPE}" = "mh_bundle" ]; then
+ [ "${MACH_O_TYPE}" = "mh_bundle" ]; then
# Strip debugging symbols and local symbols
FLAGS[${#FLAGS[@]}]=-S
FLAGS[${#FLAGS[@]}]=-x