Skip to content

Commit 97bbed7

Browse files
Update meson.build
1 parent 23cf37a commit 97bbed7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/meson.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
if host_machine.system() == 'darwin'
2+
add_project_arguments('-Wno-error=deprecated', language : 'cpp')
3+
endif
4+
15
subdir('logic')
26
subdir('tests')

0 commit comments

Comments
 (0)