[gtk/macos-ci: 4/7] ci: Fix the harfbuzz build on MacOS




commit 5693fb44b13b24d8fd83c22b395dee2646fd5a38
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 3 13:13:27 2021 -0500

    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.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed714f4668..770e9162c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,6 +157,7 @@ macos:
   script:
     - meson -Dx11-backend=false
             -Dintrospection=disabled
+            -Dcpp_std=c++11
             _build
     - ninja -C _build
   artifacts:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]