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 01c57f6 commit 0d3d898Copy full SHA for 0d3d898
meson.build
@@ -9,7 +9,7 @@ project(
9
# replacing variables like PROJECT_NAME
10
conf_data = configuration_data()
11
conf_data.set_quoted('PROJECT_NAME', meson.project_name())
12
-config_header = configure_file(
+configure_file(
13
input : 'src/config.vala.in',
14
output : 'config.vala',
15
configuration : conf_data
0 commit comments