let errors from MT to bubble up to linker's stdout and stderr

This commit is contained in:
Nikita Smith
2025-09-18 00:32:18 -07:00
parent 3d7afb58fa
commit 872c387bad
+1 -1
View File
@@ -394,7 +394,7 @@ lnk_merge_manifest_files(String8 mt_path, String8 out_name, String8List manifest
OS_ProcessLaunchParams launch_opts = {0};
launch_opts.cmd_line = cmd_line;
launch_opts.inherit_env = 1;
launch_opts.consoleless = 1;
launch_opts.consoleless = 0;
OS_Handle mt_handle = os_process_launch(&launch_opts);
if (os_handle_match(mt_handle, os_handle_zero())) {
lnk_error(LNK_Error_Mt, "unable to start process: %S", mt_path);