diff options
author | Jason Wray <jason@mapbox.com> | 2017-12-20 15:11:39 -0800 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-03-26 18:08:03 -0400 |
commit | 4f196d48ddfc3bb05dee1cdd032af170a6c53d67 (patch) | |
tree | 762cc7dc10886a58e29419d7f0ef887a8a9cb89a /Makefile | |
parent | e018b01c428464a173e6440cdbbaf5baf6a16943 (diff) | |
download | qtlocation-mapboxgl-4f196d48ddfc3bb05dee1cdd032af170a6c53d67.tar.gz |
[build] Save raw Xcode build logsupstream/fb-more-sanitizers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |