Skip to content

Commit

Permalink
bump SDL again, fix macos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 29, 2024
1 parent 0af12b6 commit c81470b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ const darwin_src_files = [_][]const u8{
"src/haptic/darwin/SDL_syshaptic.c",
// "src/hidapi/mac/hid.c",
// "src/joystick/hidapi/SDL_hidapijoystick.c",
"src/joystick/hidapi/SDL_hidapi_steam_hori.c",
"src/joystick/darwin/SDL_iokitjoystick.c",
"src/power/macos/SDL_syspower.c",

Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
.paths = .{""},
.dependencies = .{
.sdl = .{
.url = "git+https://github.com/libsdl-org/SDL?ref=main#62938837c239309500d0c078209ace4760909ec8",
.hash = "12204cc7c5c5885c0d804ded40698480a38786a5b30efeab15588e6d53de80682a4a",
.url = "git+https://github.com/libsdl-org/SDL?ref=main#5f304b3a4727b0a6fc99d6bcee24bde8e480c31e",
.hash = "1220430b8754fd5843cb663a064532f2af2b4811c3ff140a28bf316aa9e0d4f5568c",
},
.sdl_ttf = .{
.url = "git+https://github.com/libsdl-org/SDL_ttf?ref=main#41342890704ef3cac661a0d301f3dd122d96a039",
Expand Down

0 comments on commit c81470b

Please sign in to comment.