httplib partial thing

This commit is contained in:
lizzie 2026-03-31 07:55:10 +00:00
parent 7813c35e1a
commit c75da134a8
2 changed files with 4 additions and 2 deletions

View file

@ -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