freerdp3: don't suggest SSE2 on i686
This commit is contained in:
parent
6cf2117186
commit
b5d8482696
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if [ "$build_option_webview" -a -z "$build_option_sdl2" ]; then
|
|||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) configure_args+=" -DWITH_SSE2=ON" ;;
|
||||
x86_64*) configure_args+=" -DWITH_SSE2=ON" ;;
|
||||
arm*) configure_args+=" -DUSE_UNWIND=OFF -DWITH_NEON=OFF" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue