Index: build/mac/strip_from_xcode |
=================================================================== |
--- build/mac/strip_from_xcode (revision 48637) |
+++ build/mac/strip_from_xcode (working copy) |
@@ -28,7 +28,7 @@ |
# 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 |