Skip to content
Prev Previous commit
Next Next commit
fix macOS meson build
  • Loading branch information
WillAyd committed Mar 18, 2024
commit 97e3f504f05a080fbccdb43da80ecde6662596bc
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