Skip to content

Commit

Permalink
Rollback of commit 900202f.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Rollback, broke Bazel bootstrap on OS X.

--
MOS_MIGRATED_REVID=132422954
  • Loading branch information
damienmg authored and hermione521 committed Sep 7, 2016
1 parent 9f1f282 commit 1540d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1540d8f

Please sign in to comment.