Skip to content

Commit

Permalink
fix: broken Visual Studio build with meson
Browse files Browse the repository at this point in the history
  • Loading branch information
Framstag committed Nov 16, 2024
1 parent 36190e6 commit d6bc10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and test_on_vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6bc10e

Please sign in to comment.