Update docs for meson (#4291)

This commit is contained in:
Trim21 2025-01-07 02:52:57 +08:00 committed by GitHub
parent 2c3a5698ef
commit 093b39ca5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ For a static build, use the following subproject definition:
For the header-only version, use:
fmt = subproject('fmt')
fmt = subproject('fmt', default_options: ['header-only=true'])
fmt_dep = fmt.get_variable('fmt_header_only_dep')
### Android NDK