summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-01-05 14:37:29 +0100
committerJason Wray <jason@mapbox.com>2017-07-13 01:38:29 -0400
commit629922f5570abc46011db092d204c2e7642812c3 (patch)
treed5cb5f6e1a90adbf236ff69839bd0386e47d313c /Makefile
parent3fce13349ccdcc1af0efd333020949c355376282 (diff)
downloadqtlocation-mapboxgl-629922f5570abc46011db092d204c2e7642812c3.tar.gz
[build] enable -fvisibility=hidden for iOS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a635cdd3c..b09d1a9ba3 100644
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,7 @@ darwin-update-examples:
.PHONY: check-public-symbols
check-public-symbols:
- node platform/darwin/scripts/check-public-symbols.js macOS
+ node platform/darwin/scripts/check-public-symbols.js macOS iOS
endif
#### Linux targets #####################################################