authorgravatar for markfirmware@users.noreply.github.commarkfirmware <markfirmware@users.noreply.github.com> 2020-10-01 15:27:08-04:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-10-01 15:27:08-04:00
log1296e4a8572864d9a3618e5ac28d0cdfd5c08730
tree581215283762a74c3a1504a6229c17e6e6393fb4
parent8acfcf4e0d2edc4b66a0fe80d5fbb9c8898248bb
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Update build.zig


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/build.zig+1-1
......@@ -2169,7 +2169,7 @@ pub const LibExeObjStep = struct {
21692169
21702170 if (self.linker_script) |linker_script| {
21712171 try zig_args.append("--script");
2172 zig_args.append(builder.pathFromRoot(linker_script)) catch unreachable;
2172 try zig_args.append(builder.pathFromRoot(linker_script));
21732173 }
21742174
21752175 if (self.version_script) |version_script| {