[meson] Explicit state C++11 for older compilers

Needed as https://circleci.com/gh/harfbuzz/harfbuzz/132417
This commit is contained in:
Ebrahim Byagowi 2020-03-11 22:27:32 +03:30
parent 749cf378e8
commit 31218b41c6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
project('harfbuzz', 'c', 'cpp',
meson_version: '>= 0.47.0',
default_options : ['cpp_std=c++11'],
version: '2.6.4')
hb_version_arr = meson.project_version().split('.')