From 093b39ca5eea129b111060839602bcfaf295125a Mon Sep 17 00:00:00 2001 From: Trim21 Date: Tue, 7 Jan 2025 02:52:57 +0800 Subject: [PATCH] Update docs for meson (#4291) --- doc/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/get-started.md b/doc/get-started.md index e61da882..466d1c1b 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -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