Skip to content

Commit 2564925

Browse files
committed
wip
1 parent ba374aa commit 2564925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ XCODEBUILD_FLAGS = \
3030

3131
XCODEBUILD_COMMAND = xcodebuild $(XCODEBUILD_ARGUMENT) $(XCODEBUILD_FLAGS)
3232

33+
# TODO: Prefer 'xcbeautify --quiet' when this is fixed:
34+
# https://github.com/cpisciotta/xcbeautify/issues/339
3335
ifneq ($(strip $(shell which xcbeautify)),)
3436
XCODEBUILD = set -o pipefail && $(XCODEBUILD_COMMAND) | xcbeautify
3537
else

0 commit comments

Comments
 (0)