Better LibSSL search order. (#10230)

This commit is contained in:
treeform
2019-01-08 00:50:25 -08:00
committed by Arne Döring
parent 20402579a2
commit 3ed833198b

View File

@@ -38,7 +38,7 @@ when useWinVersion:
from winlean import SocketHandle
else:
const versions = "(.1.1|.38|.39|.41|.43|.44|.45|.46|.10|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|)"
const versions = "(.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.1.1|.46|.45|.44|.43|.41|.39|.38|.10|)"
when defined(macosx):
const