fontconfig: fix compilation of dynamic libraries

This commit is contained in:
Jeremy Soller 2025-05-01 12:45:19 -06:00
parent 0e41fb5d7f
commit 083c43634c
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -5,7 +5,8 @@ patches = [
"redox.patch"
]
script = """
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]