Skip to content

Commit 980af03

Browse files
authored
README typo fix
1 parent 8d50206 commit 980af03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub fn build(b: *std.Build) !void {
2525
2626
// Optionally use prebuilt libs instead of relying on system installed SDL...
2727
@import("zsdl").prebuilt_sdl2.addLibraryPathsTo(exe);
28-
if (@import("zsdl").prebuilt_sdl2.install_SDL2(b, target.result, .bin), .{
28+
if (@import("zsdl").prebuilt_sdl2.install2(b, target.result, .bin), .{
2929
.ttf = true,
3030
.image = true,
3131
}) |install_sdl2_step| {

0 commit comments

Comments
 (0)