diff options
author | David Robillard <d@drobilla.net> | 2022-08-31 16:54:55 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-31 16:54:55 -0400 |
commit | 5d2da056d00b71d411f2ec2313cb7c76b31d3083 (patch) | |
tree | 1f643d302037cb66af5e37ec06e4c2dd4613b9b4 /test | |
parent | 9de33a73aae71cf661b7e3efafe5df1819f70274 (diff) | |
download | pugl-5d2da056d00b71d411f2ec2313cb7c76b31d3083.tar.gz pugl-5d2da056d00b71d411f2ec2313cb7c76b31d3083.tar.bz2 pugl-5d2da056d00b71d411f2ec2313cb7c76b31d3083.zip |
Fix non-strict MacOS build
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index 56ec0d7..efa976a 100644 --- a/test/meson.build +++ b/test/meson.build @@ -149,7 +149,7 @@ if host_machine.system() == 'darwin' endif unified_args += objcpp.get_supported_arguments( - c_warnings + test_cpp_args + objcpp_args) + test_cpp_args + objcpp_args) executable('inline_objcpp', 'test_inline_objcpp.mm', include_directories: include_directories(includes), |