move compiler/main.v to v.v
parent
47115fd579
commit
3748de8736
|
@ -885,7 +885,7 @@ pub fn new_v(args[]string) &V {
|
||||||
build_mode: build_mode
|
build_mode: build_mode
|
||||||
cflags: cflags
|
cflags: cflags
|
||||||
ccompiler: find_c_compiler()
|
ccompiler: find_c_compiler()
|
||||||
building_v: !is_repl && (rdir_name == 'compiler' || dir.contains('vlib'))
|
building_v: !is_repl && (dir == 'v.v' || dir.contains('vlib'))
|
||||||
}
|
}
|
||||||
if pref.is_verbose || pref.is_debug {
|
if pref.is_verbose || pref.is_debug {
|
||||||
println('C compiler=$pref.ccompiler')
|
println('C compiler=$pref.ccompiler')
|
||||||
|
|
Loading…
Reference in New Issue