1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: update vast to latest V (#12733)

This commit is contained in:
lydiandy
2021-12-06 01:45:51 +08:00
committed by GitHub
parent 7d1dec5b44
commit 3b7e7c9c46
2 changed files with 13 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import v.builder
const (
external_tools = [
'ast',
'bin2v',
'bug',
'build-examples',
@@ -40,7 +41,6 @@ const (
'vet',
'wipe-cache',
'watch',
'ast',
]
list_of_flags_that_allow_duplicates = ['cc', 'd', 'define', 'cf', 'cflags']
)