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
@@ -108,7 +108,7 @@ fn (f mut Fn) clear_vars() {
|
||||
|
||||
// vlib header file?
|
||||
fn (p mut Parser) is_sig() bool {
|
||||
return (p.pref.build_mode == .default_mode || p.pref.build_mode == .build) &&
|
||||
return (p.pref.build_mode == .default_mode || p.pref.build_mode == .build_module) &&
|
||||
(p.file_path.contains(ModPath))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user