diff options
author | endolf <[email protected]> | 2009-03-31 21:29:28 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2009-03-31 21:29:28 +0000 |
commit | 60291ef8651abdf8c4d904c9a9bbdba807b2a8b6 (patch) | |
tree | 87e2896fa543a1c937c6d767e96ab096a33eb2c4 | |
parent | 6b0785b3dc856323c8a976eea2c890d76768ab96 (diff) |
Only build wintab stuff on windows 32 bit, which is the only environment wintab supports.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@224 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r-- | plugins/wintab/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wintab/build.xml b/plugins/wintab/build.xml index cc36299..6e47c64 100644 --- a/plugins/wintab/build.xml +++ b/plugins/wintab/build.xml @@ -4,7 +4,7 @@ <mkdir dir="classes"/> <mkdir dir="bin"/> <condition property="wintab" > - <os family="Windows" /> + <os family="Windows" arch="x86"/> </condition> </target> |