summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-02-16 19:30:50 +0000
committerGünther Wagner <info@gunibert.de>2022-02-16 19:30:50 +0000
commit70ae4fac846c4c24358efaead3df63ee41644b4f (patch)
tree9665ab337f78e5fbec2944f43efd797cd12b1373
parent9af25fc745e4d65cc44e22615cfbba4326e57a56 (diff)
parent10fdf11d7d109f6b37ef9cff475a6be6fe76fd20 (diff)
downloadlibrest-70ae4fac846c4c24358efaead3df63ee41644b4f.tar.gz
Merge branch 'wip/jtojnar/build-typo' into 'master'
build: Fix typo See merge request GNOME/librest!19
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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('.')