Browse Source

httplib partial thing

eden-orbis-ps4
lizzie 4 months ago
parent
commit
d70e59afbb
  1. 3
      .ci/ps4/build.sh

3
.ci/ps4/build.sh

@ -59,7 +59,8 @@ cmake -S . -B build -G "Unix Makefiles" \
-DYUZU_USE_EXTERNAL_FFMPEG=ON \ -DYUZU_USE_EXTERNAL_FFMPEG=ON \
-DYUZU_USE_CPM=ON \ -DYUZU_USE_CPM=ON \
-DDYNARMIC_ENABLE_NO_EXECUTE_SUPPORT=OFF \ -DDYNARMIC_ENABLE_NO_EXECUTE_SUPPORT=OFF \
-DDYNARMIC_TESTS=ON \
-DDYNARMIC_TESTS=OFF \
-DYUZU_TESTS=OFF \
-DYUZU_USE_EXTERNAL_SDL2=ON \ -DYUZU_USE_EXTERNAL_SDL2=ON \
"${EXTRA_CMAKE_FLAGS[@]}" || exit "${EXTRA_CMAKE_FLAGS[@]}" || exit
cmake --build build -t yuzu-cmd_pkg -- -j$NPROC cmake --build build -t yuzu-cmd_pkg -- -j$NPROC

Loading…
Cancel
Save