mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Updated for windows os arch change.
This commit is contained in:
parent
823c47bc2b
commit
45e8a00390
|
|
@ -20,7 +20,7 @@
|
|||
<jar href="jinput-test.jar"/>
|
||||
<jar href="jinput.jar"/>
|
||||
</resources>
|
||||
<resources os="Windows" arch="x86_64 x86">
|
||||
<resources os="Windows" arch="x86_64 x86 amd64">
|
||||
<nativelib href="jinput-windows-native.jar"/>
|
||||
<property name="jinput.plugins" value="net.java.games.input.WinTabEnvironmentPlugin"/>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<jar href="jinput-test.jar"/>
|
||||
<jar href="jinput.jar"/>
|
||||
</resources>
|
||||
<resources os="Windows" arch="x86_64 x86">
|
||||
<resources os="Windows" arch="x86_64 x86 amd64">
|
||||
<nativelib href="jinput-windows-native.jar"/>
|
||||
</resources>
|
||||
<resources os="Linux" arch="i386 ia64 x84_64">
|
||||
|
|
|
|||
Loading…
Reference in a new issue