We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27af64e commit 2d348bbCopy full SHA for 2d348bb
wscript
@@ -187,6 +187,8 @@ def configure(conf):
187
if libcrypto and libssl:
188
conf.env["USE_OPENSSL"] = Options.options.use_openssl = True
189
conf.env.append_value("CXXFLAGS", "-DHAVE_OPENSSL=1")
190
+ else:
191
+ conf.fatal("Could not autodetect OpenSSL support. Make sure OpenSSL development packages are installed.")
192
else:
193
Options.options.use_openssl = conf.env["USE_OPENSSL"] = False
194
0 commit comments