summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator/resources/copylibsintobundle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binarycreator/resources/copylibsintobundle.sh')
-rw-r--r--tools/binarycreator/resources/copylibsintobundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binarycreator/resources/copylibsintobundle.sh b/tools/binarycreator/resources/copylibsintobundle.sh
index c6765364e..1ad5da4db 100644
--- a/tools/binarycreator/resources/copylibsintobundle.sh
+++ b/tools/binarycreator/resources/copylibsintobundle.sh
@@ -71,7 +71,7 @@ function handleFile()
if [ `basename $FILE` != $NAME ]; then
- # this part handles libraries which are Mac OS X frameworks
+ # this part handles libraries which are macOS frameworks
if echo $lib | grep '\.framework' >/dev/null; then
local FRAMEWORKPATH=`echo $lib | sed -ne 's,\(.*\.framework\).*,\1,p'`
local FRAMEWORKNAME=`basename $FRAMEWORKPATH`