Ports: Remove unnecessary -lmodplug from tuxracer

This commit is contained in:
Jelle Raaijmakers 2022-01-08 00:54:20 +01:00 committed by Linus Groh
parent 2a85abb15d
commit 80626ca51f

View file

@ -20,7 +20,7 @@ launcher_command="/usr/local/bin/tuxracer"
pre_configure() {
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
export CXXFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
export LIBS="-lmodplug -lSDL2"
export LIBS="-lSDL2"
}
post_configure() {