Ports: Remove unnecessary -lmodplug
from tuxracer
This commit is contained in:
parent
2a85abb15d
commit
80626ca51f
Notes:
sideshowbarker
2024-07-17 21:28:25 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/80626ca51f7 Pull-request: https://github.com/SerenityOS/serenity/pull/11708
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…
Add table
Reference in a new issue