mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: a simple fix
This commit is contained in:
parent
09d1eb7c55
commit
b1602c72ad
@ -386,8 +386,8 @@ pub fn (v mut V) compile2() {
|
|||||||
println('all .v files before:')
|
println('all .v files before:')
|
||||||
println(v.files)
|
println(v.files)
|
||||||
}
|
}
|
||||||
// v.add_v_files_to_compile()
|
v.add_v_files_to_compile()
|
||||||
v.files << v.dir
|
//v.files << v.dir
|
||||||
if v.pref.is_verbose {
|
if v.pref.is_verbose {
|
||||||
println('all .v files:')
|
println('all .v files:')
|
||||||
println(v.files)
|
println(v.files)
|
||||||
|
Loading…
Reference in New Issue
Block a user