summaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-12-08 19:34:03 +0000
committerKenneth Russel <[email protected]>2006-12-08 19:34:03 +0000
commit38c37a5afd42467108c2a37c5a00603da6df72db (patch)
treeaa559781ec1879b2a0e123b8f582be192f7c1dfb /make/gluegen-cpptasks.xml
parenteb5a2d729f3d6bc6876c68dfc8b449a3ac6b3dce (diff)
Fixed bug in OS/CPU detection on Windows/AMD64
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@53 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-xmake/gluegen-cpptasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml
index 02f2d64..6677c98 100755
--- a/make/gluegen-cpptasks.xml
+++ b/make/gluegen-cpptasks.xml
@@ -309,8 +309,8 @@
<property name="native.library.suffix" value="so" />
</target>
- <target name="gluegen.cpptasks.detect.os.windows.amd64" unless="gluegen.cpptasks.detected.os" if="isWindowsX86">
- <property name="os.and.arch" value="windows-i586" />
+ <target name="gluegen.cpptasks.detect.os.windows.amd64" unless="gluegen.cpptasks.detected.os" if="isWindowsAMD64">
+ <property name="os.and.arch" value="windows-amd64" />
</target>
<target name="gluegen.cpptasks.detect.os.windows.x86" unless="gluegen.cpptasks.detected.os" if="isWindowsX86">