| author | |
| committer | |
| log | eaa1db20025d7ad7e67cc410372e8380e889580b |
| tree | 484f5d9b51a0b972d2eda39bb91a85497f3c8ef0 |
| parent | 1aec406311c69b366ec1da01975e0a3704a161b8 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build.zig+1-1| ... | @@ -2131,7 +2131,7 @@ pub const LibExeObjStep = struct { | ... | @@ -2131,7 +2131,7 @@ pub const LibExeObjStep = struct { |
| 2131 | } | 2131 | } |
| 2132 | 2132 | ||
| 2133 | if (self.code_model != .default) { | 2133 | if (self.code_model != .default) { |
| 2134 | try zig_args.append("-code-model"); | 2134 | try zig_args.append("-mcmodel"); |
| 2135 | try zig_args.append(@tagName(self.code_model)); | 2135 | try zig_args.append(@tagName(self.code_model)); |
| 2136 | } | 2136 | } |
| 2137 | 2137 |