We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d94775 commit 2a3d57aCopy full SHA for 2a3d57a
meson.build
@@ -363,12 +363,12 @@ if enable_introspection
363
dependency('gobject-introspection-1.0', version: '>= 0.6.2')
364
endif
365
366
-configure_file(
+config_h = configure_file(
367
output: 'config.h',
368
configuration: config_data,
369
)
370
371
-compiler_common_flags += ['-include', 'config.h']
+compiler_common_flags += ['-include', config_h.full_path()]
372
373
add_project_arguments(compiler_common_flags + compiler_c_flags, language: 'c')
374
add_project_arguments(compiler_common_flags + compiler_cpp_flags, language: 'cpp')
0 commit comments