mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-07 01:09:56 +01:00
Don't include binary native files from bin/ in lwjgl.jar (oops\!)
This commit is contained in:
parent
b80ba7f262
commit
8164a4a00a
|
|
@ -22,8 +22,7 @@
|
|||
|
||||
<!-- Files to include in the lwjgl.jar file -->
|
||||
<fileset id="lwjgl.fileset" dir="${lwjgl.bin}">
|
||||
<include name="**" />
|
||||
<exclude name="**.*" />
|
||||
<include name="org/**/*" />
|
||||
<exclude name="org/lwjgl/fmod3/**" />
|
||||
<exclude name="org/lwjgl/test/**" />
|
||||
<exclude name="org/lwjgl/util/**" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue