mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Linux: Changed uname -i to uname -m to improve 64 bit detection in build scripts
This commit is contained in:
parent
9cc64dd560
commit
f201cc526b
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<target name="compileNativeJinputLib">
|
||||
<exec executable="uname" outputproperty="hwplatform">
|
||||
<arg value="-i"/>
|
||||
<arg value="-m"/>
|
||||
</exec>
|
||||
<condition property="libname" value="${libname64}" else="${libname32}">
|
||||
<equals arg1="${hwplatform}" arg2="x86_64"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue