]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "openssl.libcrypto: use non-versioned dylib on mac."
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 14 Jan 2021 17:42:02 +0000 (09:42 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 14 Jan 2021 17:42:02 +0000 (09:42 -0800)
This reverts commit 1a57283c089e0bb6b0dea67dab82d08003c1b425.

basis/openssl/libcrypto/libcrypto.factor

index d9edeba85c438865e6b56398a00390d33dc02677..e94144a73c8dabe1e1bb355fb0c40e5d3cadcbfc 100644 (file)
@@ -7,7 +7,7 @@ IN: openssl.libcrypto
 
 << "libcrypto" {
     { [ os windows? ] [ "libcrypto-37.dll" ] }
-    { [ os macosx? ] [ "libcrypto.dylib" ] }
+    { [ os macosx? ] [ "libcrypto.44.dylib" ] }
     { [ os unix? ] [ "libcrypto.so" ] }
 } cond cdecl add-library >>