1
0
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:
Vitor Oliveira
2019-09-10 07:36:14 -07:00
committed by Alexander Medvednikov
parent cd47f09f86
commit edd8528049
4 changed files with 9 additions and 9 deletions

View File

@ -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 {
//