Skip to content

Commit 389d255

Browse files
author
Hugo Heuzard
committed
CR
1 parent 4402763 commit 389d255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocamlbuild_executor.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ let execute
141141
if Sys.win32
142142
then
143143
let args = My_std.prepare_command_for_windows cmd in
144-
open_process_args_full args.(0) args (Unix.environment ())
144+
open_process_args_full args.(0) args env
145145
else open_process_full cmd env in
146146
incr jobs_active;
147147
if not Sys.win32 then begin

0 commit comments

Comments
 (0)