diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-12-20 18:19:19 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-12-20 18:19:19 +0100 |
commit | 401bb91a64ae517a766be2525a237678666797fb (patch) | |
tree | 18b236253da5732d1c02fc58ea1056b5c6677a8b /build.zig | |
parent | 83c27ccc818df03c906ddc90357b99fddbfafbc0 (diff) |
setup
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,7 +8,9 @@ pub fn build(b: *std.build.Builder) void { exe.setTarget(target); exe.setBuildMode(mode); exe.install(); + exe.linkSystemLibrary("ncurses"); exe.linkSystemLibrary("notcurses"); + exe.linkSystemLibrary("notcurses-core"); exe.linkSystemLibrary("c"); const run_cmd = exe.run(); |