Skip to content

Commit

Permalink
scripts: gha: build render-less SDL2 for PSVita
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jan 31, 2025
1 parent ff8d17a commit 94b2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/build_psvita.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94b2c0b

Please sign in to comment.