fix missing change from 1c28b231ef

master
Damien Doligez 2016-02-10 13:27:20 +01:00
parent 1c28b231ef
commit e14a01e3a3
1 changed files with 1 additions and 1 deletions

View File

@ -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