1
0
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:
joe-conigliaro 2020-12-17 16:51:13 +11:00
parent 40bad75a8f
commit 05e101bd95
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1

View File

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