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 00:22:54 -0400
commit73869d12dd2e651b09a158a3cbd6100801b5c397 (patch)
treeadfd9784df30281a471b36c89701b7b581917ade /Makefile
parenta5cdbb084e489751297ffdfeb98ad208cfe03054 (diff)
downloadqtlocation-mapboxgl-73869d12dd2e651b09a158a3cbd6100801b5c397.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 789825903a..46fbb9f464 100644
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,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 #####################################################