We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4402763 commit 389d255Copy full SHA for 389d255
src/ocamlbuild_executor.ml
@@ -141,7 +141,7 @@ let execute
141
if Sys.win32
142
then
143
let args = My_std.prepare_command_for_windows cmd in
144
- open_process_args_full args.(0) args (Unix.environment ())
+ open_process_args_full args.(0) args env
145
else open_process_full cmd env in
146
incr jobs_active;
147
if not Sys.win32 then begin
0 commit comments