ports/SuperTuxKart: Don't disable configure :D
This commit is contained in:
parent
e06429da87
commit
1f87bfbf2e
|
|
@ -7,7 +7,6 @@ TAR_CONTENT="SuperTuxKart-$VERSION-src"
|
||||||
DEPENDENCIES=('SDL2' 'curl' 'openal-soft' 'freetype' 'harfbuzz' 'libvorbis' 'libjpeg' 'libpng' 'zlib')
|
DEPENDENCIES=('SDL2' 'curl' 'openal-soft' 'freetype' 'harfbuzz' 'libvorbis' 'libjpeg' 'libpng' 'zlib')
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
return
|
|
||||||
$BANAN_CMAKE -B build -S . -G Ninja --fresh \
|
$BANAN_CMAKE -B build -S . -G Ninja --fresh \
|
||||||
--toolchain="$BANAN_TOOLCHAIN_DIR/Toolchain.txt" \
|
--toolchain="$BANAN_TOOLCHAIN_DIR/Toolchain.txt" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue