mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix travis windows user home
This commit is contained in:

committed by
Alexander Medvednikov

parent
5baff9beda
commit
d0e7d0070d
@ -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')
|
||||
|
Reference in New Issue
Block a user