mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
60f37fa189
Change-Id: I424fc1b542de7c90799f231499d525cbde699aa1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104950 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
9 lines
303 B
Text
9 lines
303 B
Text
# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
if (host_os == "win") {
|
|
executable_suffix = ".exe"
|
|
} else {
|
|
executable_suffix = ""
|
|
}
|