mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
freeciv: fix compilation
This commit is contained in:
parent
682297ad3a
commit
6da41f927a
@ -24,6 +24,7 @@ dependencies = [
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export ICU_LIBS="-licuuc -licudata -lstdc++"
|
||||
export SDL2_LIBS="\
|
||||
-lSDL2_gfx \
|
||||
-lSDL2_image \
|
||||
@ -34,7 +35,6 @@ export SDL2_LIBS="\
|
||||
-ljpeg \
|
||||
-lpng \
|
||||
-lz \
|
||||
-lstdc++ \
|
||||
"
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--disable-server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user