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