ports/SuperTuxKart: Don't disable configure :D

This commit is contained in:
Bananymous 2026-01-10 16:00:24 +02:00
parent e06429da87
commit 1f87bfbf2e
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ TAR_CONTENT="SuperTuxKart-$VERSION-src"
DEPENDENCIES=('SDL2' 'curl' 'openal-soft' 'freetype' 'harfbuzz' 'libvorbis' 'libjpeg' 'libpng' 'zlib')
configure() {
return
$BANAN_CMAKE -B build -S . -G Ninja --fresh \
--toolchain="$BANAN_TOOLCHAIN_DIR/Toolchain.txt" \
-DCMAKE_INSTALL_PREFIX=/usr \