cc: bring back os.rm()

pull/2267/head
Alexander Medvednikov 2019-10-09 07:02:45 +03:00
parent 7690b58691
commit 29f578d172
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ fn (v mut V) cc() {
}
*/
if !v.pref.is_debug && v.out_name_c != 'v.c' {
//os.rm(v.out_name_c)
os.rm(v.out_name_c)
}
if v.pref.compress {
$if windows {

View File

@ -1,4 +1,4 @@
import os2
//import os2
fn test_open() {
/*