mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-11 11:19:56 +01:00
Linux: build fixes for 64 bit
This commit is contained in:
parent
06ecaad638
commit
c97630f17d
|
|
@ -64,6 +64,8 @@
|
|||
|
||||
<target depends="init,createJNIHeaders" name="compileNativeJinputLib" if="linux">
|
||||
<ant dir="src/native" target="compileNativeJinputLib"/>
|
||||
<copy file="src/native/libjinput-linux.so" todir="bin" />
|
||||
<copy todir="bin">
|
||||
<fileset dir="src/native" includes="libjinput-linux*.so"/>
|
||||
</copy>
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue