mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Test custom build for BreeR
This commit is contained in:
parent
4927eafc72
commit
8788373041
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user