mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 15:31:48 +00:00
std: Fix code model argument
This commit is contained in:
parent
1aec406311
commit
eaa1db2002
@ -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