We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ea191 commit 7cc8fa9Copy full SHA for 7cc8fa9
glib/example/vala/meson.build
@@ -19,7 +19,10 @@
19
20
if build_example and generate_vapi
21
vala_example_executable_kwargs = {
22
- 'c_args': ['-I' + meson.build_root(), '-I' + meson.source_root()],
+ 'c_args': [
23
+ '-I' + meson.project_build_root(),
24
+ '-I' + meson.project_source_root(),
25
+ ],
26
'dependencies': [
27
adbc_glib_vapi,
28
adbc_arrow_glib_vapi,
0 commit comments