fix regression of 'v build module file.v'

pull/3119/head
Delyan Angelov 2019-12-16 17:54:10 +02:00 committed by Alexander Medvednikov
parent 9dd86a2de6
commit 8271d239b2
1 changed files with 1 additions and 1 deletions

2
v.v
View File

@ -77,7 +77,7 @@ fn main() {
fn v_command(command string, args []string) {
match command {
'', '.', 'run' {
'', '.', 'run', 'build' { // handled later in vlib/compiler/main.v
return
}
'version' {