We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76d5f6 commit 1490694Copy full SHA for 1490694
build.zig
@@ -338,7 +338,7 @@ pub const prebuilt_sdl3 = struct {
338
switch (target.os.tag) {
339
.windows => {
340
if (target.cpu.arch.isX86()) {
341
- if (b.lazyDependency("sdl3_prebuilt_x86_64_windows-gnu", .{})) |sdl3_prebuilt| {
+ if (b.lazyDependency("sdl3_prebuilt_x86_64_windows_gnu", .{})) |sdl3_prebuilt| {
342
return &b.addInstallFileWithDir(
343
sdl3_prebuilt.path("bin/SDL3.dll"),
344
install_dir,
0 commit comments