freerdp3: don't suggest SSE2 on i686
This commit is contained in:
@@ -51,7 +51,7 @@ if [ "$build_option_webview" -a -z "$build_option_sdl2" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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" ;;
|
arm*) configure_args+=" -DUSE_UNWIND=OFF -DWITH_NEON=OFF" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user