summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index f477ae10a3..1c90f65041 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -480,8 +480,8 @@
<delete dir="${tmpdir}" quiet="true"/>
</target>
- <target name="replace64" if="is64">
- <antcall target="replace.32.to.64">
+ <target name="replace64" unless="is64">
+ <antcall target="replace.64.to.32">
<param name="replace_dir" value="${buildDir}"/>
</antcall>
</target>