We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600d246 commit dbe8a4fCopy full SHA for dbe8a4f
build.xml
@@ -1844,7 +1844,7 @@
1844
<release-module name="rpmalloc" native-library="lwjgl_rpmalloc" title="rpmalloc" if:true="${binding.rpmalloc}"/>
1845
1846
<!-- SDL -->
1847
- <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}"/>
1848
1849
<!-- shaderc -->
1850
<release-module name="shaderc" native-library="shaderc" title="Shaderc" if:true="${binding.shaderc}"/>
0 commit comments