cln: use [ instead of [[.
This commit is contained in:
parent
71909cd309
commit
42cf3b35c4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ short_desc="A library for efficient computations with all kinds of numbers in ar
|
|||
distfiles="http://www.ginac.de/CLN/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748
|
||||
|
||||
if [[ "$XBPS_TARGET_MACHINE" == arm* ]]; then
|
||||
if [ "$XBPS_TARGET_MACHINE" = arm* ]; then
|
||||
CPPFLAGS+=" -DNO_ASM"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue