mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 22:15:04 +00:00
[meson] minor note
This commit is contained in:
parent
cac483bf15
commit
34a0532092
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue