mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cc: bring back os.rm()
This commit is contained in:
parent
7690b58691
commit
29f578d172
@ -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 {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import os2
|
||||
//import os2
|
||||
|
||||
fn test_open() {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user