[librest/wip/jtojnar/build-typo] build: Fix typo
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest/wip/jtojnar/build-typo] build: Fix typo
- Date: Wed, 16 Feb 2022 19:24:42 +0000 (UTC)
commit 10fdf11d7d109f6b37ef9cff475a6be6fe76fd20
Author: Jan Tojnar <jtojnar gmail com>
Date: Wed Feb 16 19:24:41 2022 +0000
build: Fix typo
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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('.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]