Skip to content

Commit 88ddad9

Browse files
committed
Merge pull request 1394 from WavyEbuilder/meson-dollar-id
2 parents 20d3438 + 48f7e60 commit 88ddad9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: meson.build

+7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ project(
44
license: 'MIT OR Apache-2.0',
55
license_files: ['LICENSE-APACHE', 'LICENSE-MIT'],
66
meson_version: '>= 1.3.0',
7+
version: '1.0.129',
78
)
89

910
add_languages('rust', native: true)
1011
add_languages('rust', 'cpp', native: false)
1112

13+
cpp_compiler = meson.get_compiler('cpp')
14+
add_project_arguments(
15+
cpp_compiler.get_supported_arguments('-Wno-dollar-in-identifier-extension'),
16+
language: 'cpp',
17+
)
18+
1219
subdir('tools/meson')
1320
subdir('third-party')
1421

0 commit comments

Comments
 (0)