summaryrefslogtreecommitdiff
path: root/scripts/main.mk
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-04 11:32:42 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-04 11:32:42 -0700
commit409822633de7f0f7c1e6a1d226ecd09ae0577a9a (patch)
tree11c502dd590ef1d443ea65eacd7748d7c8889024 /scripts/main.mk
parent236b18b9f7631c15431978ec30571a555c15d16e (diff)
downloadqtlocation-mapboxgl-409822633de7f0f7c1e6a1d226ecd09ae0577a9a.tar.gz
[build] Fix/simplify ios, isim, and ibench targets
Diffstat (limited to 'scripts/main.mk')
-rw-r--r--scripts/main.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index d71bccc2e9..889222719e 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -128,7 +128,7 @@ Makefile/%: Makefile/__project__
Xcode/node: Xcode/__project__ node/xproj
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target node...$(FORMAT_END)\n"
- $(QUIET)$(ENV) set -o pipefail && xcodebuild \
+ xcodebuild \
$(XCODEBUILD_ARGS) \
-project ./build/binding.xcodeproj \
-configuration $(BUILDTYPE) \
@@ -137,7 +137,8 @@ Xcode/node: Xcode/__project__ node/xproj
Xcode/%: Xcode/__project__
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n"
- $(QUIET)$(ENV) set -o pipefail && xcodebuild \
+ xcodebuild \
+ PROVISIONING_PROFILE="$(PROVISIONING_PROFILE)" \
$(XCODEBUILD_ARGS) \
-project ./build/$(HOST_SLUG)/gyp/$(HOST).xcodeproj \
-configuration $(BUILDTYPE) \