diff options
Diffstat (limited to 'examples/pugl_shader_demo.app/MacOS/meson.build')
-rw-r--r-- | examples/pugl_shader_demo.app/MacOS/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/pugl_shader_demo.app/MacOS/meson.build b/examples/pugl_shader_demo.app/MacOS/meson.build index 5bdc06e..afcd532 100644 --- a/examples/pugl_shader_demo.app/MacOS/meson.build +++ b/examples/pugl_shader_demo.app/MacOS/meson.build @@ -11,4 +11,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_gl_dep, dl_dep, puglutil_dep], + implicit_include_directories: false, ) |