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:
parent
4927eafc72
commit
8788373041
@ -540,16 +540,20 @@
|
||||
</antcall>
|
||||
|
||||
<!-- arch i686 not allowed by deb specification, must be i386 for 32-bit x86 systems -->
|
||||
<!--
|
||||
<antcall target="deb-arch">
|
||||
<param name="arch" value="i686" />
|
||||
<param name="deb.arch" value="i386" />
|
||||
</antcall>
|
||||
-->
|
||||
|
||||
<!-- arch armv7l not allowed by deb specification, must be armhf for 32-bit armv7l systems -->
|
||||
<!--
|
||||
<antcall target="deb-arch">
|
||||
<param name="arch" value="armv7l" />
|
||||
<param name="deb.arch" value="armhf" />
|
||||
</antcall>
|
||||
-->
|
||||
</target>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user