From 1f87bfbf2e74c5da7255d2428d0b1eb814134208 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sat, 10 Jan 2026 16:00:24 +0200 Subject: [PATCH] ports/SuperTuxKart: Don't disable configure :D --- ports/SuperTuxKart/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/SuperTuxKart/build.sh b/ports/SuperTuxKart/build.sh index 0b37d121..b8f18c5b 100755 --- a/ports/SuperTuxKart/build.sh +++ b/ports/SuperTuxKart/build.sh @@ -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 \