mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports: Remove unnecessary -lmodplug
from tuxracer
This commit is contained in:
parent
2a85abb15d
commit
80626ca51f
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue