builder: v fmt cc.v

pull/7366/head
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
1 changed files with 1 additions and 1 deletions

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