freetype2: use DYNAMIC_STATIC_INIT

This commit is contained in:
Jeremy Soller 2025-09-07 19:05:20 -06:00
parent 8e48e73584
commit 03883bde85
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -9,6 +9,6 @@ dependencies = [
"zlib"
]
script = """
DYNAMIC_INIT
cookbook_meson -Ddefault_library=both
DYNAMIC_STATIC_INIT
cookbook_meson
"""