Index: sdk/bin/dartdevc.bat |
diff --git a/sdk/bin/dartdevc.bat b/sdk/bin/dartdevc.bat |
index 5c714ca7923607bd182aafba56a96de243824f05..dd49b4337fe700bb513cef5bff50adf35ad388f5 100644 |
--- a/sdk/bin/dartdevc.bat |
+++ b/sdk/bin/dartdevc.bat |
@@ -36,7 +36,7 @@ if %DART_ROOT:~-1%==\ set DART_ROOT=%DART_ROOT:~0,-1% |
set DEV_COMPILER=%DART_ROOT%\third_party\pkg\dev_compiler\bin\dartdevc.dart |
-"%DART%" %EXTRA_VM_OPTIONS% "DEV_COMPILER%" "%SDK_ARG%" %* |
+"%DART%" "--packages=%DART_ROOT%\.packages" %EXTRA_VM_OPTIONS% "DEV_COMPILER%" "%SDK_ARG%" %* |
endlocal |