Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: sdk/bin/pub

Issue 1535553003: Change to X64 default build in tool scripts in sdk/bin (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« sdk/bin/dartfmt ('K') | « sdk/bin/dartfmt.bat ('k') | sdk/bin/pub.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/pub
diff --git a/sdk/bin/pub b/sdk/bin/pub
index e92773182e668e1b834710752715f06c5db51c72..a03070e18b85416bdeb6c9c9af44828b13703371 100755
--- a/sdk/bin/pub
+++ b/sdk/bin/pub
@@ -37,7 +37,7 @@ fi
if [ -z "$DART_CONFIGURATION" ];
then
- DART_CONFIGURATION="ReleaseIA32"
+ DART_CONFIGURATION="ReleaseX64"
Søren Gjesse 2015/12/17 12:08:34 ditto.
fi
if [[ `uname` == 'Darwin' ]];
« sdk/bin/dartfmt ('K') | « sdk/bin/dartfmt.bat ('k') | sdk/bin/pub.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698