| Index: sdk/bin/pub.bat
|
| diff --git a/sdk/bin/pub.bat b/sdk/bin/pub.bat
|
| index 2b8f94b4c4311cceb3b802a7a8874d64e46d33e0..55ff63608016cea8bea145dcfd86d02f128282f4 100644
|
| --- a/sdk/bin/pub.bat
|
| +++ b/sdk/bin/pub.bat
|
| @@ -30,7 +30,7 @@ if not "_%DART_VM_OPTIONS%_" == "__" (
|
|
|
| rem Use the Dart binary in the built SDK so pub can find the version file next
|
| rem to it.
|
| -set BUILD_DIR=%SDK_DIR%\..\build\ReleaseX64
|
| +set BUILD_DIR=%SDK_DIR%\..\out\ReleaseX64
|
| set PACKAGES_DIR=%BUILD_DIR%\packages
|
| set DART=%BUILD_DIR%\dart-sdk\bin\dart
|
|
|
|
|