summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index ec2ad7f1c6..6ee39f626e 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -411,7 +411,7 @@ while [ true ] ; do
continue
fi
# libffi contains "S" (other section symbols) that should not be stripped.
- if [[ $string == *"libffi"* ]] ; then
+ if [[ $file == *"libffi"* ]] ; then
continue
fi