scripts: gha: build render-less SDL2 for PSVita
This commit is contained in:
parent
ff8d17a5a8
commit
94b2c0b443
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue