From 10fdf11d7d109f6b37ef9cff475a6be6fe76fd20 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 16 Feb 2022 19:24:41 +0000 Subject: build: Fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9c08f05..f7dc44f 100644 --- a/meson.build +++ b/meson.build @@ -66,7 +66,7 @@ conf.set_quoted('PACKAGE_NAME', meson.project_name()) conf.set_quoted('PACKAGE_STRING', '@0@ - @1@'.format(meson.project_name(), meson.project_version())) conf.set_quoted('PACKAGE_VERSION', meson.project_version()) if get_option('ca_certificates') - con.set_quoted('REST_SYSTEM_CA_FILE', ca_certificates_path) + conf.set_quoted('REST_SYSTEM_CA_FILE', ca_certificates_path) endif configure_file(output: 'config.h', configuration: conf) config_h_inc = include_directories('.') -- cgit v1.2.1