We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344dcb3 commit b551f34Copy full SHA for b551f34
build/build.xml
@@ -948,13 +948,13 @@
948
949
<!-- Set properties for DEBIAN/control file -->
950
<condition property="linux.deb" value="linux/processing-${version}-linux-armv6hf.deb">
951
- <equals arg1="linux-arm32" arg2="linux-arm32" />
+ <equals arg1="${linux-arm32}" arg2="linux-arm32" />
952
</condition>
953
<property name="linux.deb" value="linux/processing-${version}-linux${sun.arch.data.model}.deb" />
954
955
<!-- Raspbian seems to borrow armhf for armv6hf, so this works -->
956
<condition property="deb.arch" value="armhf">
957
958
959
<condition property="deb.arch" value="i386">
960
<equals arg1="${sun.arch.data.model}" arg2="32" />
0 commit comments