Reland "Point sdk/bin/dart to .../dart-sdk/bin/dart"
This is a reland of commit 0dd150bd27
Original change's description:
> Point sdk/bin/dart to .../dart-sdk/bin/dart
>
> Change-Id: I9ec75d2f4c8695448db922b57c2980715d6ef3f0
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/417702
> Commit-Queue: Samuel Rawlins <srawlins@google.com>
> Reviewed-by: Samuel Rawlins <srawlins@google.com>
> Auto-Submit: Mayank Patke <fishythefish@google.com>
Change-Id: Ib29d6100d6f86aa5efcfe87d4cbc56796ee00667
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420360
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Mayank Patke <fishythefish@google.com>
This commit is contained in:
committed by
Commit Queue
parent
4d88caca09
commit
de0845503b
+1
-1
@@ -53,4 +53,4 @@ fi
|
||||
|
||||
BIN_DIR="$OUT_DIR$DART_CONFIGURATION"
|
||||
|
||||
exec "$BIN_DIR"/dart "$@"
|
||||
exec "$BIN_DIR"/dart-sdk/bin/dart "$@"
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@ if "%DART_CONFIGURATION%"=="" set DART_CONFIGURATION=ReleaseX64
|
||||
|
||||
set arguments=%*
|
||||
|
||||
"%SCRIPTPATH%\..\..\out\%DART_CONFIGURATION%\dart.exe" %arguments%
|
||||
"%SCRIPTPATH%\..\..\out\%DART_CONFIGURATION%\dart-sdk\bin\dart.exe" %arguments%
|
||||
|
||||
Reference in New Issue
Block a user