fix windows argument parsing
This commit is contained in:
@@ -4436,7 +4436,7 @@ static void do_code_gen(CodeGen *g) {
|
||||
if (ZigLLVMTargetMachineEmitToFile(g->target_machine, g->module, buf_ptr(output_path),
|
||||
LLVMObjectFile, &err_msg, g->build_mode == BuildModeDebug))
|
||||
{
|
||||
zig_panic("unable to write object file: %s", err_msg);
|
||||
zig_panic("unable to write object file %s: %s", buf_ptr(output_path), err_msg);
|
||||
}
|
||||
|
||||
validate_inline_fns(g);
|
||||
|
||||
Reference in New Issue
Block a user