mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
schismtracker: compile dynamically
This commit is contained in:
parent
fcd1190eae
commit
d5b63b1f01
@ -14,6 +14,8 @@ dependencies = [
|
||||
"libiconv",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/SDL"
|
||||
export SDL_CONFIG="${COOKBOOK_SYSROOT}/bin/sdl-config"
|
||||
|
||||
@ -25,4 +27,4 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
)
|
||||
|
||||
cookbook_configure
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user