We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d50206 commit 980af03Copy full SHA for 980af03
README.md
@@ -25,7 +25,7 @@ pub fn build(b: *std.Build) !void {
25
26
// Optionally use prebuilt libs instead of relying on system installed SDL...
27
@import("zsdl").prebuilt_sdl2.addLibraryPathsTo(exe);
28
- if (@import("zsdl").prebuilt_sdl2.install_SDL2(b, target.result, .bin), .{
+ if (@import("zsdl").prebuilt_sdl2.install2(b, target.result, .bin), .{
29
.ttf = true,
30
.image = true,
31
}) |install_sdl2_step| {
0 commit comments