fix process join

This commit is contained in:
Nikita Smith
2025-09-29 18:05:11 -07:00
parent d842da0b2e
commit 81d747b8d7
+1 -1
View File
@@ -402,7 +402,7 @@ lnk_merge_manifest_files(String8 mt_path, String8 out_name, String8List manifest
if (os_handle_match(mt_handle, os_handle_zero())) {
lnk_error(LNK_Error_Mt, "unable to start process: %S", mt_path);
} else {
os_process_join(mt_handle, max_U64);
os_process_join(mt_handle, max_U64, 0);
os_process_detach(mt_handle);
}