From 34a05320921629f430ed36c30e24494c9841079c Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 4 Aug 2020 15:14:59 +0430 Subject: [PATCH] [meson] minor note --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ddbf9b22f..2e8cbcb9f 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project('harfbuzz', 'c', 'cpp', 'cpp_eh=none', # Just to support msvc, we are passing -fno-rtti also anyway 'cpp_rtti=false', # Just to support msvc, we are passing -fno-exceptions also anyway 'cpp_std=c++11', - 'wrap_mode=nofallback', # https://github.com/harfbuzz/harfbuzz/pull/2548 + 'wrap_mode=nofallback', # Use --wrap-mode=default to revert, https://github.com/harfbuzz/harfbuzz/pull/2548 ], )