summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-01-03 16:14:29 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-01-04 23:06:22 +0100
commitb981c5268221f0f1e2d454a674325081869e28ab (patch)
treef39c39d7fffa532101ca4d47525408a735d444ec /Makefile
parent8bbf4c3be9ba6589dc0f7e5bf072cf68a57107b4 (diff)
downloadqtlocation-mapboxgl-b981c5268221f0f1e2d454a674325081869e28ab.tar.gz
[macOS] use SourceKit to ensure that all public symbols are exported
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 393dad481b..5469fb1f70 100644
--- a/Makefile
+++ b/Makefile
@@ -277,6 +277,10 @@ idocument:
darwin-style-code:
node platform/darwin/scripts/generate-style-code.js
style-code: darwin-style-code
+
+.PHONY: check-public-symbols
+check-public-symbols:
+ node platform/darwin/scripts/check-public-symbols.js macOS
endif
#### Linux targets #####################################################