From cdd1be7e1d7c1e48bcdd7172b73c45c7b3ecf5a6 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 27 Feb 2024 16:45:21 +0100 Subject: [PATCH] [ci,mingw] deactivate server builds the shadow and platform server modules are not finished and use APIs that mingw does not properly support --- scripts/mingw.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/mingw.sh b/scripts/mingw.sh index 86b0c504c..9284b8a40 100755 --- a/scripts/mingw.sh +++ b/scripts/mingw.sh @@ -167,6 +167,8 @@ cmake \ -S "$SCRIPT_PATH/.." \ -B "$BUILD_BASE/freerdp" \ -DWITH_SERVER=ON \ + -DWITH_SHADOW=ON \ + -DWITH_PLATFORM_SERVER=OFF \ -DWITH_SAMPLE=ON \ -DWITH_PLATFORM_SERVER=OFF \ -DUSE_UNWIND=OFF \