Skip to content

Commit

Permalink
scripts: gha: linux: build smaller SDL2 (without 2D renderer) for Lin…
Browse files Browse the repository at this point in the history
…ux as well
  • Loading branch information
a1batross committed Jan 31, 2025
1 parent 06106e0 commit dc46c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build_sdl2()
# let's enable everything we can
mkdir -p build || die
pushd build || die
cmake ../ -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$BUILDDIR"/SDL2_linux -DCMAKE_C_FLAGS=-O3 -DSDL_STATIC=OFF || die
cmake ../ -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$BUILDDIR"/SDL2_linux -DCMAKE_C_FLAGS=-O3 -DSDL_STATIC=OFF -DSDL_RENDER=OFF || die
ninja install -j$((N+1)) || die
popd || die
}
Expand Down

0 comments on commit dc46c4e

Please sign in to comment.