From 5eb6cafd2eff067ee2915d084c14e872691dffac Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Fri, 29 May 2020 23:54:14 +0430 Subject: [PATCH] [meson] reflect chosen linker update As d9177a594bc2846b03a43b8d00949d23ab0d91c2 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 07023fdb9..cbd5c5020 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -31,7 +31,7 @@ option('gtk_doc', type : 'feature', value : 'auto', yield : true, option('icu_builtin', type: 'boolean', value: false, description: 'Don\'t separate ICU support as harfbuzz-icu module') option('with_libstdcxx', type: 'boolean', value: false, - description: 'Allow linking with libstdc++ (always enabled in Windows)') + description: 'Allow linking with libstdc++') option('experimental_api', type: 'boolean', value: false, description: 'Enable experimental APIs') option('amalgam', type: 'boolean', value: false,