mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
90d3962ca3
Also replace invoke_dart() with compiled_action(), and some other cleanups. fixes #27781 R=johnmccutchan@google.com Review URL: https://codereview.chromium.org/2493833002 .
9 lines
312 B
Text
9 lines
312 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 (defined(is_win) && is_win) {
|
|
executable_suffix = ".exe"
|
|
} else {
|
|
executable_suffix = ""
|
|
}
|