cc: bring back os.rm()
							parent
							
								
									7690b58691
								
							
						
					
					
						commit
						29f578d172
					
				|  | @ -249,7 +249,7 @@ fn (v mut V) cc() { | ||||||
| 	} | 	} | ||||||
| 	*/ | 	*/ | ||||||
| 	if !v.pref.is_debug && v.out_name_c != 'v.c' { | 	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 v.pref.compress { | ||||||
| 		$if windows { | 		$if windows { | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import os2 | //import os2
 | ||||||
| 
 | 
 | ||||||
| fn test_open() { | fn test_open() { | ||||||
| 	/* | 	/* | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue