Skip to content

Commit

Permalink
fix macOS meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Mar 18, 2024
1 parent 5cb0305 commit 97e3f50
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 @@ -29,7 +29,7 @@ add_project_arguments('-DNPY_TARGET_VERSION=NPY_1_21_API_VERSION', language : 'c

if build_machine.system() == 'darwin'
# error: pragma diagnostic pop could not pop, no matching push
add_project_arguments('-Wno-unknown-pragmas')
add_project_arguments('-Wno-unknown-pragmas', language: 'c')
endif

if fs.exists('_version_meson.py')
Expand Down

0 comments on commit 97e3f50

Please sign in to comment.