mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
devilutionx: fix dependencies
This commit is contained in:
parent
6da41f927a
commit
3260ce4f5f
@ -4,14 +4,16 @@ blake3 = "d4a61ff3a7c69d86a29158918aad48ab9c4866c6a22a3e8da5feadbb7d23b3ca"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = ["libiconv", "liborbital", "sdl1"]
|
||||
dependencies = [
|
||||
"bzip2",
|
||||
"libiconv",
|
||||
"liborbital",
|
||||
"sdl1",
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
# export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include"
|
||||
# export CXXFLAGS="${CXXFLAGS} -I${COOKBOOK_SYSROOT}/include"
|
||||
# export LDFLAGS="${LDFLAGS} -L${COOKBOOK_SYSROOT}/lib"
|
||||
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
|
||||
if [[ -n "${COOKBOOK_PREFER_STATIC}" ]]; then
|
||||
@ -45,4 +47,4 @@ COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
cookbook_configure
|
||||
mkdir -v "${COOKBOOK_STAGE}/bin"
|
||||
cp -v devilutionx "${COOKBOOK_STAGE}/bin"
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user