Skip to content

Commit

Permalink
rename binary to ld
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Oct 21, 2024
1 parent 0541949 commit 200daa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn build(b: *std.Build) void {
});

const exe = b.addExecutable(.{
.name = "emerald",
.name = "ld",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = mode,
Expand Down Expand Up @@ -75,7 +75,6 @@ pub fn build(b: *std.Build) void {
}
const install = b.addInstallArtifact(exe, .{});
const symlinks = addSymlinks(b, install, &[_][]const u8{
"ld",
"ld.emerald",
"ld64.emerald",
"emerald-link.exe",
Expand Down

0 comments on commit 200daa0

Please sign in to comment.