mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Only build wintab stuff on windows 32 bit, which is the only environment wintab supports.
This commit is contained in:
parent
d60c807a24
commit
2644b47f44
|
|
@ -4,7 +4,7 @@
|
|||
<mkdir dir="classes"/>
|
||||
<mkdir dir="bin"/>
|
||||
<condition property="wintab" >
|
||||
<os family="Windows" />
|
||||
<os family="Windows" arch="x86"/>
|
||||
</condition>
|
||||
</target>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue