add sdl2 to build.zig
This commit is contained in:
parent
405398834c
commit
873f5db087
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue