From b62249402ac472d5762bd057799de04026dc459e Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 17 Sep 2024 20:23:11 +0200 Subject: [PATCH] [build,mac] require cJSON we build with cJSON, so enforce it during build. Prevents other installed libraries to be considered. --- scripts/bundle-mac-os.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/bundle-mac-os.sh b/scripts/bundle-mac-os.sh index 4ce7c7c21..b7e9ac10f 100755 --- a/scripts/bundle-mac-os.sh +++ b/scripts/bundle-mac-os.sh @@ -280,7 +280,9 @@ cmake -GNinja -Bfreerdp -S"$SCRIPT_PATH/.." \ -DWITH_INTERNAL_RC4=ON \ -DWITH_INTERNAL_MD4=ON \ -DWITH_INTERNAL_MD5=ON \ - -DCHANNEL_RDPEAR=OFF + -DCHANNEL_RDPEAR=OFF \ + -DWITH_CJSON_REQUIRED=ON + cmake --build freerdp cmake --install freerdp