Skip to content

Commit

Permalink
fix: web: fix naming change in web sdl image dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Dec 2, 2024
1 parent 57a8503 commit 1b7cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if meson.is_cross_build()
['SDL2_ttf'],
['mpg123'],
['SDL2_mixer_mp3', 'SDL2_mixer'],
['SDL2_image_png-svg-mt', 'SDL2_image'],
['SDL2_image-png-svg-mt', 'SDL2_image'],
['icu_common-mt', 'icu-uc'],
]
foreach native_dependency_tuple : map_native_dependencies
Expand Down

0 comments on commit 1b7cde6

Please sign in to comment.