From b981c5268221f0f1e2d454a674325081869e28ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 3 Jan 2017 16:14:29 +0100 Subject: [macOS] use SourceKit to ensure that all public symbols are exported --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 ##################################################### -- cgit v1.2.1