Speculative fix for dart2js on windows

Review URL: https://codereview.chromium.org//14137019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21334 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2013-04-12 08:38:19 +00:00
parent 8d3d404c09
commit 952369c7c2

View file

@ -27,7 +27,7 @@ if _%DART2JS_DEVELOPER_MODE%_ == _1_ (
if exist "%SNAPSHOT%" (
echo Using snapshot "%SNAPSHOT%" >&2
set EXTRA_OPTIONS=%EXTRA_OPTIONS% --library-root="%SDK_DIR%"
set EXTRA_OPTIONS=%EXTRA_OPTIONS% "--library-root=%SDK_DIR%"
)
rem See comments regarding options below in dart2js shell script.