mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 01:44:35 +08: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:
parent
4d8a3a22e2
commit
b62249402a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user