Merge pull request #10626 from akallabeth/mac-bundle-fix

[build,mac] require cJSON
This commit is contained in:
akallabeth 2024-09-17 21:13:49 +02:00 committed by GitHub
commit b738cf01b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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