Skip to content

Commit

Permalink
build(sdl) fix native library name
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jan 16, 2025
1 parent 600d246 commit dbe8a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
<release-module name="rpmalloc" native-library="lwjgl_rpmalloc" title="rpmalloc" if:true="${binding.rpmalloc}"/>

<!-- SDL -->
<release-module name="sdl" native-library="lwjgl_sdl" title="sdl" if:true="${binding.sdl}"/>
<release-module name="sdl" native-library="SDL3" title="SDL" if:true="${binding.sdl}"/>

<!-- shaderc -->
<release-module name="shaderc" native-library="shaderc" title="Shaderc" if:true="${binding.shaderc}"/>
Expand Down

0 comments on commit dbe8a4f

Please sign in to comment.