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

Unified Diff: client/samples/total/bin/start-server

Issue 8447006: Fling: Fix bit rot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: total Created 9 years, 1 month 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
« no previous file with comments | « client/fling/src/java/core/com/google/dart/fling/Http.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/total/bin/start-server
diff --git a/client/samples/total/bin/start-server b/client/samples/total/bin/start-server
index c54a8804396f2c0486f7550d70876ce8b414f2fa..2f570d799ec91cf571f4c3a533ad0924176c59a0 100755
--- a/client/samples/total/bin/start-server
+++ b/client/samples/total/bin/start-server
@@ -23,7 +23,7 @@ import utils
def GetOutputPath(mode):
return rootPath(
'compiler',
- utils.GetBuildRoot(utils.GuessOS(), mode, 'dartc'))
+ utils.GetBuildRoot(utils.GuessOS(), mode, utils.GuessArchitecture()))
def BuildFling(mode):
# Build dartc
« no previous file with comments | « client/fling/src/java/core/com/google/dart/fling/Http.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698