openttd: compile dynamically

This commit is contained in:
Jeremy Soller 2026-06-23 14:05:40 -06:00
parent 3c79ff442c
commit fcd1190eae

View File

@ -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