From 7cca963b8f2ec34fe48aec6f0d169d70b464ed47 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Fri, 4 Nov 2016 19:15:55 -0700 Subject: [PATCH] lint all programs on macOS --- build_tools/lint.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/lint.fish b/build_tools/lint.fish index 5d9e4443d..a5323e2c0 100755 --- a/build_tools/lint.fish +++ b/build_tools/lint.fish @@ -105,7 +105,7 @@ if set -q c_files[1] # output will expect those messages to be written to stdout. if test "$kernel_name" = "Darwin" if not test -f compile_commands.json - xcodebuild >xcodebuild.log + xcodebuild -alltargets >xcodebuild.log oclint-xcodebuild xcodebuild.log >/dev/null end if test $all = yes