Skip to content

Commit

Permalink
taglib: remove std parameter
Browse files Browse the repository at this point in the history
MSVC doesn't like explicit C++98.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and jpakkane committed Apr 27, 2022
1 parent 945b155 commit 6e7659d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions releases.json
Expand Up @@ -1495,6 +1495,7 @@
"taglib"
],
"versions": [
"1.12-2",
"1.12-1"
]
},
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/taglib/meson.build
@@ -1,7 +1,7 @@
project('taglib', 'cpp',
version : '1.12',
meson_version : '>=0.46.0',
default_options : ['warning_level=0', 'cpp_std=c++98']
default_options : ['warning_level=0']
)

cpp = meson.get_compiler('cpp')
Expand Down

0 comments on commit 6e7659d

Please sign in to comment.