Skip to content

Commit 1490694

Browse files
authored
Fix typo in build.zig (#19)
1 parent d76d5f6 commit 1490694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ pub const prebuilt_sdl3 = struct {
338338
switch (target.os.tag) {
339339
.windows => {
340340
if (target.cpu.arch.isX86()) {
341-
if (b.lazyDependency("sdl3_prebuilt_x86_64_windows-gnu", .{})) |sdl3_prebuilt| {
341+
if (b.lazyDependency("sdl3_prebuilt_x86_64_windows_gnu", .{})) |sdl3_prebuilt| {
342342
return &b.addInstallFileWithDir(
343343
sdl3_prebuilt.path("bin/SDL3.dll"),
344344
install_dir,

0 commit comments

Comments
 (0)