@@ -2168,7 +2168,7 @@ pub const LibExeObjStep = struct {
|
||||
}
|
||||
|
||||
if (self.linker_script) |linker_script| {
|
||||
zig_args.append("--linker-script") catch unreachable;
|
||||
try zig_args.append("--script");
|
||||
zig_args.append(builder.pathFromRoot(linker_script)) catch unreachable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user