From ef2dad515ab49167384e7f4e8c5a1199c3dd22b6 Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Mon, 1 May 2017 14:41:00 -0700 Subject: [PATCH] [GN] Fix prebuilt sdk detection on Windows R=rmacnak@google.com Review-Url: https://codereview.chromium.org/2849273002 . --- build/prebuilt_dart_sdk.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/prebuilt_dart_sdk.gni b/build/prebuilt_dart_sdk.gni index 1a3299ac6f72..ca4261e0813c 100644 --- a/build/prebuilt_dart_sdk.gni +++ b/build/prebuilt_dart_sdk.gni @@ -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",