freerdp3: don't suggest SSE2 on i686

This commit is contained in:
Andrew Benson 2024-07-09 10:51:18 -05:00
parent 6cf2117186
commit b5d8482696
1 changed files with 1 additions and 1 deletions

View File

@ -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