summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 705f567af5..cc24b9ed89 100644
--- a/build.xml
+++ b/build.xml
@@ -1045,7 +1045,7 @@ FORWARDED TARGETS FOR NIGHTLY BUILDS
</target>
<target name="msilnightly" depends="pack.done">
- <ant antfile="${src.dir}/build/four.xml" target="msil-all.done" inheritall="yes" inheritrefs="yes"/>
+ <ant antfile="${src.dir}/build/msil.xml" target="msil-all.done" inheritall="yes" inheritrefs="yes"/>
<ant antfile="${src.dir}/build/pack.xml" target="msilpack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>