mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd: fix building gen_vc.v and vcreate.v by v build-tools
This commit is contained in:
@@ -7,10 +7,7 @@ import v.util
|
||||
fn main() {
|
||||
args := os.args
|
||||
args_string := args[1..].join(' ')
|
||||
// TODO: fix cmd/tools/gen_vc.v / vweb too
|
||||
skips := [
|
||||
'cmd/tools/gen_vc.v'
|
||||
]
|
||||
skips := []string{}
|
||||
util.ensure_modules_for_all_tools_are_installed('-v' in args)
|
||||
if testing.v_build_failing_skipped(args_string.all_before('build-tools'), 'cmd/tools', skips) {
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user