scripts: gha: build render-less SDL2 for PSVita

This commit is contained in:
Alibek Omarov 2025-01-31 09:10:09 +03:00
parent ff8d17a5a8
commit 94b2c0b443

View file

@ -37,7 +37,7 @@ popd
echo "Building SDL..."
pushd SDL || die
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DVIDEO_VITA_VGL=ON || die_configure
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DVIDEO_VITA_VGL=ON -DSDL_RENDER=OFF || die_configure
cmake --build build -- -j2 || die
cmake --install build || die
popd