mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[build,mac] require cJSON
we build with cJSON, so enforce it during build. Prevents other installed libraries to be considered.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user