mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Fixed start_process on windows to use correct interpreter
This commit is contained in:
parent
74511b42f5
commit
f74a1e1dc2
@ -893,7 +893,7 @@ static pid_t start_process(char *interp, const char *cmd, const char *env,
|
||||
|
||||
if (interp != NULL) {
|
||||
abs_path(interp, buf4, ARRAY_SIZE(buf4));
|
||||
interp = buf;
|
||||
interp = buf4;
|
||||
}
|
||||
abs_path(dir, buf5, ARRAY_SIZE(buf5));
|
||||
to_wchar(dir, full_dir, ARRAY_SIZE(full_dir));
|
||||
|
Loading…
Reference in New Issue
Block a user