mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
build: use correct libzstd link name
This commit is contained in:
parent
28d9eaecab
commit
12c380dc6b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ pub fn build(b: *std.Build) void {
|
|||
|
||||
exe.pie = pie;
|
||||
exe.root_module.linkSystemLibrary("ncursesw", .{});
|
||||
exe.root_module.linkSystemLibrary("libzstd", .{});
|
||||
exe.root_module.linkSystemLibrary("zstd", .{});
|
||||
// https://github.com/ziglang/zig/blob/b52be973dfb7d1408218b8e75800a2da3dc69108/build.zig#L551-L554
|
||||
if (target.result.isDarwin()) {
|
||||
// useful for package maintainers
|
||||
|
|
|
|||
Loading…
Reference in a new issue