summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 95375c83..acb4c8e9 100644
--- a/meson.build
+++ b/meson.build
@@ -29,11 +29,7 @@ foreach type : ['char', 'short', 'int', 'long']
config.set('SIZEOF_@0@'.format(type.to_upper()), size)
endforeach
-add_project_arguments([
- '-I' + meson.build_root(),
- '-DHAVE_CONFIG_H',
- ], language: 'c',
-)
+add_project_arguments(['-DHAVE_CONFIG_H'], language: 'c')
gi_hidden_visibility_cflags = []
if host_machine.system() == 'windows'