Skip to content

Commit

Permalink
orcus: try to fix MSYS2 compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Sep 16, 2023
1 parent d4270e0 commit 012ed1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,7 @@
"liborcus-0.17"
],
"versions": [
"0.17.2-4",
"0.17.2-3",
"0.17.2-2",
"0.17.2-1"
Expand Down
7 changes: 5 additions & 2 deletions subprojects/packagefiles/orcus/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
project('liborcus', 'cpp',
project(
'liborcus',
'cpp',
version: '0.17.2',
default_options: 'cpp_std=c++17')
default_options: 'cpp_std=c++14',
)

varr = meson.project_version().split('.')
version_major = varr[0]
Expand Down

0 comments on commit 012ed1d

Please sign in to comment.