mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
openttd: compile dynamically
This commit is contained in:
parent
3c79ff442c
commit
fcd1190eae
@ -16,6 +16,8 @@ dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
|
||||
# Unsure if the bundle dir is necessary
|
||||
@ -25,7 +27,7 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
--build="$(gcc -dumpmachine)" \\
|
||||
--host="${TARGET}" \\
|
||||
--prefix="" \\
|
||||
--enable-static \\
|
||||
--disable-static \\
|
||||
--without-liblzo2 \\
|
||||
--disable-network \\
|
||||
--without-threads
|
||||
|
||||
Loading…
Reference in New Issue
Block a user