Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index a0eedf0f27..d0b082f4bf 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -741,6 +741,10 @@
</target>
<target name="build_gtk3" if="machine_gtk3">
+ <exec executable="mkdir">
+ <arg value="-p"/>
+ <arg value="${output_dir}/webkitextensions${swt_version}/"/>
+ </exec>
<antcall target="${build_task}">
<param name="build_machine" value="${machine_gtk3}"/>
<param name="build_targets" value="install"/>

Back to the top