mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: rename build to build_module
This commit is contained in:

committed by
Alexander Medvednikov

parent
cd47f09f86
commit
edd8528049
@ -249,7 +249,7 @@ pub fn (v mut V) cc_msvc() {
|
||||
v.out_name = os.realpath( v.out_name )
|
||||
|
||||
mut alibs := []string // builtin.o os.o http.o etc
|
||||
if v.pref.build_mode == .build {
|
||||
if v.pref.build_mode == .build_module {
|
||||
}
|
||||
else if v.pref.build_mode == .embed_vlib {
|
||||
//
|
||||
|
Reference in New Issue
Block a user