mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Add Deno.version.gnArgs (#1845)
To display specific build args passed to GN.
This commit is contained in:
parent
8c310d3d56
commit
a7bb8ccce8
6 changed files with 39 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
import third_party
|
||||
from util import build_mode, build_path, enable_ansi_colors, root_path, run
|
||||
from util import shell_quote
|
||||
from util import shell_quote, run_output
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue