mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: v fmt cc.v
This commit is contained in:
parent
40bad75a8f
commit
05e101bd95
@ -397,7 +397,7 @@ fn (mut v Builder) cc() {
|
||||
// }
|
||||
mod_path := imp.replace('.', os.path_separator)
|
||||
imp_path := os.join_path('vlib', mod_path)
|
||||
//imp_path := v.find_module_path(imp, ast_file.path) or {
|
||||
// imp_path := v.find_module_path(imp, ast_file.path) or {
|
||||
// verror('cannot import module "$imp" (not found)')
|
||||
// break
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user