Fix windows sdk script

TBR=johnniwinther@google.com

Change-Id: Ibfb0b3657bcf0beb47ebd74874466ddfe9981a0e
Reviewed-on: https://dart-review.googlesource.com/c/84052
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2018-11-10 00:40:18 +00:00 committed by commit-bot@chromium.org
parent e33dee2a38
commit 015f51c304

View file

@ -28,7 +28,7 @@ if _%DART2JS_DEVELOPER_MODE%_ == _1_ (
)
if exist "%SNAPSHOT%" (
set EXTRA_OPTIONS=%EXTRA_OPTIONS% "--library-root=%SDK_DIR%"
set EXTRA_OPTIONS=%EXTRA_OPTIONS% "--libraries-spec=%SDK_DIR%\lib\libraries.json"
)
rem We allow extra vm options to be passed in through an environment variable.