Skip to content

Commit 0d3d898

Browse files
committed
Removing unneeded variable
1 parent 01c57f6 commit 0d3d898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(
99
# replacing variables like PROJECT_NAME
1010
conf_data = configuration_data()
1111
conf_data.set_quoted('PROJECT_NAME', meson.project_name())
12-
config_header = configure_file(
12+
configure_file(
1313
input : 'src/config.vala.in',
1414
output : 'config.vala',
1515
configuration : conf_data

0 commit comments

Comments
 (0)