Skip to content

Commit

Permalink
meson fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Mar 19, 2024
1 parent 5487fd0 commit 7def60a
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 @@ -35,7 +35,7 @@ else
args = ['-Wall', '-Wextra']
if build_machine.system() == 'darwin'
# error: pragma diagnostic pop could not pop, no matching push
args.append('-Wno-unknown-pragmas')
args += ['-Wno-unknown-pragmas']
endif
add_project_arguments(args, language: 'c')
add_project_arguments(args, language: 'cpp')
Expand Down

0 comments on commit 7def60a

Please sign in to comment.