mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
sdl1-ttf: compile dynamically
This commit is contained in:
parent
bdc26a481d
commit
21ff41e6d1
@ -16,16 +16,15 @@ dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/freetype2"
|
||||
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--prefix=/
|
||||
--build="$(gcc -dumpmachine)"
|
||||
--host="${TARGET}"
|
||||
--disable-shared
|
||||
)
|
||||
|
||||
cookbook_configure
|
||||
|
||||
rm -f "${COOKBOOK_STAGE}/lib/"*.la
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user