From d6bc10e0811226396565aa1ceed6e363c0eb097e Mon Sep 17 00:00:00 2001 From: Tim Teulings Date: Sat, 16 Nov 2024 16:31:35 +0100 Subject: [PATCH] fix: broken Visual Studio build with meson --- .github/workflows/build_and test_on_vs2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and test_on_vs2019.yml b/.github/workflows/build_and test_on_vs2019.yml index 2641b3635..65ef00207 100644 --- a/.github/workflows/build_and test_on_vs2019.yml +++ b/.github/workflows/build_and test_on_vs2019.yml @@ -91,7 +91,7 @@ jobs: with: architecture: x64 - name: Configure build project - run: meson setup --buildtype debugoptimized --wrap-mode nofallback --unity on -DenableXML=false build + run: meson setup --buildtype debugoptimized --wrap-mode nofallback --unity on -DenableXML=false -Dcpp_std=vc++latest build - name: Dump found dependencies run: meson introspect --dependencies working-directory: build