1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00

Test custom build for BreeR

This commit is contained in:
Reinhard Pointner 2018-04-03 14:10:04 +08:00
parent 4927eafc72
commit 8788373041

View File

@ -540,16 +540,20 @@
</antcall> </antcall>
<!-- arch i686 not allowed by deb specification, must be i386 for 32-bit x86 systems --> <!-- arch i686 not allowed by deb specification, must be i386 for 32-bit x86 systems -->
<!--
<antcall target="deb-arch"> <antcall target="deb-arch">
<param name="arch" value="i686" /> <param name="arch" value="i686" />
<param name="deb.arch" value="i386" /> <param name="deb.arch" value="i386" />
</antcall> </antcall>
-->
<!-- arch armv7l not allowed by deb specification, must be armhf for 32-bit armv7l systems --> <!-- arch armv7l not allowed by deb specification, must be armhf for 32-bit armv7l systems -->
<!--
<antcall target="deb-arch"> <antcall target="deb-arch">
<param name="arch" value="armv7l" /> <param name="arch" value="armv7l" />
<param name="deb.arch" value="armhf" /> <param name="deb.arch" value="armhf" />
</antcall> </antcall>
-->
</target> </target>