mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
fix travis windows user home
This commit is contained in:
parent
5baff9beda
commit
d0e7d0070d
2 changed files with 9 additions and 1 deletions
|
@ -33,6 +33,7 @@ mut:
|
|||
}
|
||||
|
||||
fn new_cgen(out_name_c string) *CGen {
|
||||
//println('TmpPath: "$TmpPath"')
|
||||
path:='$TmpPath/$out_name_c'
|
||||
out := os.create(path) or {
|
||||
println('failed to create $path')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue