summaryrefslogtreecommitdiff
path: root/src/makefiles/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles/meson.build')
-rw-r--r--src/makefiles/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/meson.build b/src/makefiles/meson.build
index 5a0032ab0d..7635771c5a 100644
--- a/src/makefiles/meson.build
+++ b/src/makefiles/meson.build
@@ -66,7 +66,7 @@ pgxs_kv = {
'SUN_STUDIO_CC': 'no', # not supported so far
# want the chosen option, rather than the library
- 'with_ssl' : get_option('ssl'),
+ 'with_ssl' : ssl_library,
'with_uuid': uuidopt,
'default_port': get_option('pgport'),