mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-19 07:00:42 +01:00
Changed os name on createNativeDefinitons.java as it was
incorrectly capitalised
This commit is contained in:
parent
fce8c6c7ec
commit
edc587f3e9
|
|
@ -23,7 +23,7 @@
|
|||
</target>
|
||||
|
||||
<target name="createNativeDefinitions.java" depends="init">
|
||||
<exec dir="." executable="./getDefinitions" os="linux" output="../java/net/java/games/input/NativeDefinitions.java">
|
||||
<exec dir="." executable="./getDefinitions" os="Linux" output="../java/net/java/games/input/NativeDefinitions.java">
|
||||
<arg line="/usr/include/linux/input.h"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
|
|
|||
Loading…
Reference in a new issue