ci: Fix the harfbuzz build on MacOS

We need to force c++11 at the toplevel here, since
meson can't deal with per-project compiler choice.
This commit is contained in:
Matthias Clasen 2021-01-03 13:13:27 -05:00
parent 93d795e7c0
commit 0605c3c167

View File

@ -157,6 +157,7 @@ macos:
script:
- meson -Dx11-backend=false
-Dintrospection=disabled
-Dcpp_std=c++11
_build
- ninja -C _build
artifacts: