| ... | @@ -2168,7 +2168,7 @@ pub const LibExeObjStep = struct { | ... | @@ -2168,7 +2168,7 @@ pub const LibExeObjStep = struct { |
| 2168 | } | 2168 | } |
| 2169 | | 2169 | |
| 2170 | if (self.linker_script) |linker_script| { | 2170 | if (self.linker_script) |linker_script| { |
| 2171 | zig_args.append("--linker-script") catch unreachable; | 2171 | try zig_args.append("--script"); |
| 2172 | zig_args.append(builder.pathFromRoot(linker_script)) catch unreachable; | 2172 | zig_args.append(builder.pathFromRoot(linker_script)) catch unreachable; |
| 2173 | } | 2173 | } |
| 2174 | | 2174 | |