mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std: Fix code model argument
This commit is contained in:
parent
93844a5ef9
commit
bf73db71f5
@ -2131,7 +2131,7 @@ pub const LibExeObjStep = struct {
|
||||
}
|
||||
|
||||
if (self.code_model != .default) {
|
||||
try zig_args.append("-code-model");
|
||||
try zig_args.append("-mcmodel");
|
||||
try zig_args.append(@tagName(self.code_model));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user