fix missing change from 1c28b231ef
parent
1c28b231ef
commit
e14a01e3a3
|
@ -61,7 +61,7 @@ let display_msvc_output file name =
|
|||
close_in c;
|
||||
Sys.remove file
|
||||
|
||||
let compile_file ~output_name name =
|
||||
let compile_file name =
|
||||
let (pipe, file) =
|
||||
if Config.ccomp_type = "msvc" && not !Clflags.verbose then
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue