mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00: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() {
|
pre_configure() {
|
||||||
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
|
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
|
||||||
export CXXFLAGS="-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() {
|
post_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue