Skip to content

Commit dbe8a4f

Browse files
committed
build(sdl) fix native library name
1 parent 600d246 commit dbe8a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@
18441844
<release-module name="rpmalloc" native-library="lwjgl_rpmalloc" title="rpmalloc" if:true="${binding.rpmalloc}"/>
18451845

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

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

0 commit comments

Comments
 (0)