Skip to content

Commit

Permalink
[GN] Fix prebuilt sdk detection on Windows
Browse files Browse the repository at this point in the history
R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2849273002 .
  • Loading branch information
zanderso committed May 1, 2017
1 parent 3604e69 commit ef2dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/prebuilt_dart_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import("executable_suffix.gni")

_dart_root = rebase_path("..")

_prebuilt_dart_exe = "$_dart_root/tools/sdks/$host_os/dart-sdk/bin/dart"
_prebuilt_dart_exe = "$_dart_root/tools/sdks/$host_os/dart-sdk/bin/dart$executable_suffix"

# Our gn_run_binary swallows output unless there is an error.
_prebuilt_dart_exe_trial = exec_script("gn_run_binary.py",
Expand Down

0 comments on commit ef2dad5

Please sign in to comment.