diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-01-05 14:37:29 +0100 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-07-13 00:22:54 -0400 |
commit | 73869d12dd2e651b09a158a3cbd6100801b5c397 (patch) | |
tree | adfd9784df30281a471b36c89701b7b581917ade /Makefile | |
parent | a5cdbb084e489751297ffdfeb98ad208cfe03054 (diff) | |
download | qtlocation-mapboxgl-73869d12dd2e651b09a158a3cbd6100801b5c397.tar.gz |
[build] enable -fvisibility=hidden for iOS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ##################################################### |