Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 91532102a..e4547e7ee 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -235,7 +235,7 @@
<equals arg1="${os}" arg2="macosx" />
</condition>
<condition property="buildS390" >
- <contains string="${os}" substring="s390" />
+ <contains string="${arch}" substring="s390" />
</condition>
<condition property="buildNix" >
<not><or>

Back to the top