summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/tasks
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2011-01-11 15:30:59 +0000
committerGrant Gayed <ggayed>2011-01-11 15:30:59 +0000
commit1c48b7044e352184a5d26af34e43cd4cfdc18c92 (patch)
treeab5a2081747df3403a169895be0a6580a95351b9 /bundles/org.eclipse.swt/tasks
parent311ce94e0d549375936722847ce5d9500926f3f3 (diff)
downloadeclipse.platform.swt-1c48b7044e352184a5d26af34e43cd4cfdc18c92.tar.gz
eclipse.platform.swt-1c48b7044e352184a5d26af34e43cd4cfdc18c92.tar.xz
eclipse.platform.swt-1c48b7044e352184a5d26af34e43cd4cfdc18c92.zip
fix webkit for 64-bit archs
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index b5c0cf3713..b7054ea9b1 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -66,7 +66,7 @@
<target name="build_win32_x86" depends="init_build">
<property name="clean" value="clean"/>
- <property name="targets" value="x86 all install"/>
+ <property name="targets" value="x86 all make_webkit install"/>
<exec dir="${basedir}/${builddir}" executable="${basedir}/${builddir}/build.bat" failonerror="true">
<env key="JAVA_HOME" value=""/>
<arg line="${targets}"/>