From 991c2312d5983cf28473da0d5c6cadf85644f02c Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 31 Mar 2026 07:55:10 +0000 Subject: [PATCH] httplib partial thing --- .ci/ps4/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/ps4/build.sh b/.ci/ps4/build.sh index 9f8c586be1..db182f3aa4 100755 --- a/.ci/ps4/build.sh +++ b/.ci/ps4/build.sh @@ -59,7 +59,8 @@ cmake -S . -B build -G "Unix Makefiles" \ -DYUZU_USE_EXTERNAL_FFMPEG=ON \ -DYUZU_USE_CPM=ON \ -DDYNARMIC_ENABLE_NO_EXECUTE_SUPPORT=OFF \ - -DDYNARMIC_TESTS=ON \ + -DDYNARMIC_TESTS=OFF \ + -DYUZU_TESTS=OFF \ -DYUZU_USE_EXTERNAL_SDL2=ON \ "${EXTRA_CMAKE_FLAGS[@]}" || exit cmake --build build -t yuzu-cmd_pkg -- -j$NPROC