Skip to content

Commit

Permalink
build: fix building tests on msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Sep 19, 2024
1 parent 7556690 commit 6851eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(
meson_version: '>=1.3',
default_options: [
'c_std=c11',
'cpp_std=c++17',
'cpp_std=c++17,vc++17',
'warning_level=3',
],
)
Expand Down

0 comments on commit 6851eb4

Please sign in to comment.