diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-01-03 16:14:29 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-01-04 23:06:22 +0100 |
commit | b981c5268221f0f1e2d454a674325081869e28ab (patch) | |
tree | f39c39d7fffa532101ca4d47525408a735d444ec /Makefile | |
parent | 8bbf4c3be9ba6589dc0f7e5bf072cf68a57107b4 (diff) | |
download | qtlocation-mapboxgl-b981c5268221f0f1e2d454a674325081869e28ab.tar.gz |
[macOS] use SourceKit to ensure that all public symbols are exported
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ##################################################### |