freerdp: fix armv5tel*
This commit is contained in:
parent
959639d11c
commit
38f9c1bb23
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ checksum=883bc0396c6be9aba6bc07ebc8ff08457125868ada0f06554e62ef072f90cf59
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) configure_args+=" -DWITH_SSE2=ON";;
|
||||
armv5tel*) configure_args+=" -DWITH_NEON=OFF";;
|
||||
esac
|
||||
|
||||
libfreerdp_package() {
|
||||
|
|
Loading…
Reference in a new issue