GUACAMOLE-1374: Remove WITH_SSE2 option from FreeRDP build (deprecated for 3.x and default for all versions).

This commit is contained in:
Michael Jumper 2025-04-22 00:16:47 -07:00
parent f4921296b7
commit 76adb7e194
No known key found for this signature in database
GPG Key ID: 5B2977AEE5E4518F

View File

@ -106,7 +106,7 @@ ARG FREERDP_OPTS="\
-DWITH_XV=OFF \
-DWITH_ZLIB=ON"
ARG FREERDP_X86_OPTS="-DWITH_SSE2=ON"
ARG FREERDP_X86_OPTS=""
ARG GUACAMOLE_SERVER_ARM_OPTS=""