mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
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:
parent
93d795e7c0
commit
0605c3c167
@ -157,6 +157,7 @@ macos:
|
||||
script:
|
||||
- meson -Dx11-backend=false
|
||||
-Dintrospection=disabled
|
||||
-Dcpp_std=c++11
|
||||
_build
|
||||
- ninja -C _build
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user