diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-26 16:11:58 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-26 16:11:58 -0600 |
commit | 873f5db087e31af897b5e8b1e7b427cbd5dbfc71 (patch) | |
tree | b686b2b0a0e88de5775e72b7dcdaca9c8e8a4d39 | |
parent | 405398834c9e3e3d67dfe1df195a7f07c209f886 (diff) |
add sdl2 to build.zigzig
-rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ pub fn build(b: *std.Build) void { }); exe.linkSystemLibrary("c"); exe.linkSystemLibrary("ncurses"); + exe.linkSystemLibrary("SDL2"); // This declares intent for the executable to be installed into the // standard location when the user invokes the "install" step (the default |