mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-03 07:19:56 +01:00
Add linux 64 bit to the natives jar
This commit is contained in:
parent
c5ff2100e2
commit
8a606b3e3f
|
|
@ -17,7 +17,7 @@
|
|||
<jar destfile="dist/jinput-windows-native.jar"
|
||||
basedir="../dist/" includes="jinput-dx8.dll, jinput-raw.dll, jinput-wintab.dll"/>
|
||||
<jar destfile="dist/jinput-linux-native.jar"
|
||||
basedir="../dist/" includes="libjinput-linux.so"/>
|
||||
basedir="../dist/" includes="libjinput-linux.so, libjinput-linux64.so"/>
|
||||
<jar destfile="dist/jinput-osx-native.jar"
|
||||
basedir="../dist/" includes="libjinput-osx.jnilib"/>
|
||||
</target>
|
||||
|
|
@ -37,4 +37,4 @@
|
|||
</signjar>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue