aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-09-07 11:49:39 +0000
committerGravatar Yue Gan <yueg@google.com>2016-09-07 12:05:27 +0000
commit1540d8f6ab20718d1414216bdf24771283b42eda (patch)
tree0208266e873e7abee660dbccee3a5aae0706075e /compile.sh
parent9f1f28282bc0f4a823bf201438d229e4f4c42164 (diff)
*** Reason for rollback *** Rollback, broke Bazel bootstrap on OS X. -- MOS_MIGRATED_REVID=132422954
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index f8940e21d3..53fc4127b9 100755
--- a/compile.sh
+++ b/compile.sh
@@ -91,7 +91,7 @@ fi
if [[ $PLATFORM == "darwin" ]] && \
xcodebuild -showsdks 2> /dev/null | grep -q '\-sdk iphonesimulator'; then
- EXTRA_BAZEL_ARGS="${EXTRA_BAZEL_ARGS-} --define IPHONE_SDK=1 --cpu=darwin_x86_64 --ios_cpu=x86_64"
+ EXTRA_BAZEL_ARGS="${EXTRA_BAZEL_ARGS-} --define IPHONE_SDK=1"
fi
source scripts/bootstrap/bootstrap.sh