Added call to clean_source to build script to fix patch fuzz on windows.
This commit is contained in:
parent
48dcdca805
commit
0a9ee584bf
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@
|
||||||
<arg value="-n" />
|
<arg value="-n" />
|
||||||
<arg value="-r" />
|
<arg value="-r" />
|
||||||
</exec>
|
</exec>
|
||||||
|
<exec executable="${python.exe}" dir="${mcp.home}">
|
||||||
|
<arg value="${basedir}/cleanup_source.py" />
|
||||||
|
<arg value="${mcp.srcdir}" />
|
||||||
|
</exec>
|
||||||
<exec executable="${python.exe}" dir="${mcp.home}">
|
<exec executable="${python.exe}" dir="${mcp.home}">
|
||||||
<arg value="${mcp.home}/runtime/updatemd5.py" />
|
<arg value="${mcp.home}/runtime/updatemd5.py" />
|
||||||
<arg value="-f" />
|
<arg value="-f" />
|
||||||
|
|
Loading…
Reference in a new issue