mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make compiler
This commit is contained in:
@ -615,7 +615,7 @@ mut args := ''
|
||||
}
|
||||
println('linux cross compilation done. resulting binary: "$v.out_name"')
|
||||
}
|
||||
if v.out_name_c != 'v.c' {
|
||||
if v.out_name_c != 'v.c' && v.out_name_c != 'v_macos.c' {
|
||||
os.rm('$TmpPath/$v.out_name_c')
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user