mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: remaining nodes; match type fix; v2.c is now generated
This commit is contained in:
@ -340,7 +340,7 @@ pub fn (v mut V) compile2() {
|
||||
println(v.files)
|
||||
}
|
||||
mut b := v.new_v2()
|
||||
b.build_c(v.files, v.pref.out_name)
|
||||
b.build_c(v.files, v.out_name_c)// v.pref.out_name + '.c')
|
||||
v.cc()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user