There was an error while loading. Please reload this page.
1 parent 080c4d7 commit 54c094dCopy full SHA for 54c094d
9 files changed
configure.py
@@ -2065,6 +2065,8 @@ def without_ssl_error(option):
2065
2066
configure_library('openssl', o)
2067
2068
+ o['variables']['openssl_version'] = get_openssl_version()
2069
+
2070
def configure_sqlite(o):
2071
o['variables']['node_use_sqlite'] = b(not options.without_sqlite)
2072
if options.without_sqlite:
0 commit comments