1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

ci: Use system cURL on Linux build

This commit is contained in:
Ani 2020-10-28 23:44:21 +00:00
parent 280958ee74
commit 3641926333

View File

@ -48,6 +48,7 @@ cmake .. \
-DCMAKE_CXX_FLAGS="$CFLAGS" \
-DCMAKE_AR="$AR" \
-DCMAKE_RANLIB="$RANLIB" \
-DUSE_SYSTEM_CURL=ON \
-G Ninja
ninja; build_status=$?;