v2: a simple fix
parent
09d1eb7c55
commit
b1602c72ad
|
@ -386,8 +386,8 @@ pub fn (v mut V) compile2() {
|
|||
println('all .v files before:')
|
||||
println(v.files)
|
||||
}
|
||||
// v.add_v_files_to_compile()
|
||||
v.files << v.dir
|
||||
v.add_v_files_to_compile()
|
||||
//v.files << v.dir
|
||||
if v.pref.is_verbose {
|
||||
println('all .v files:')
|
||||
println(v.files)
|
||||
|
|
Loading…
Reference in New Issue