Commit eaa1db2002
2020-11-11 19:04:24
1 parent
1aec406Changed files (1)
lib
std
lib/std/build.zig
@@ -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));
}