summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/build/msil.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/msil.xml b/src/build/msil.xml
index 3040870ad5..825c890b0b 100644
--- a/src/build/msil.xml
+++ b/src/build/msil.xml
@@ -164,7 +164,8 @@ PACKED MSIL BUILD (MSIL-PACK)
<!-- spawn="true" will prevent the ilasm command from printing anything to
the console. remove for debugging -->
<exec executable="${ilasm.cmd}"
- vmlauncher="no" spawn="true">
+ vmlauncher="no">
+ <!-- spawn="true" -->
<arg line="${ilasm.args}${msil-pack-lib.file} ${ilasm.infiles}"/>
</exec>
</target>