summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-12-20 15:11:39 -0800
committerJason Wray <jason@mapbox.com>2018-03-26 18:08:03 -0400
commit4f196d48ddfc3bb05dee1cdd032af170a6c53d67 (patch)
tree762cc7dc10886a58e29419d7f0ef887a8a9cb89a /Makefile
parente018b01c428464a173e6440cdbbaf5baf6a16943 (diff)
downloadqtlocation-mapboxgl-4f196d48ddfc3bb05dee1cdd032af170a6c53d67.tar.gz
[build] Save raw Xcode build logsupstream/fb-more-sanitizers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79eeb6f910..5c521d674a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ ifeq ($(V), 1)
export XCPRETTY
NINJA_ARGS ?= -v
else
- export XCPRETTY ?= | xcpretty
+ export XCPRETTY ?= | tee '$(shell pwd)/build/xcodebuild-$(shell date +"%Y-%m-%d_%H%M%S").log' | xcpretty
NINJA_ARGS ?=
endif