use system-type to identify 3m
svn: r6136
This commit is contained in:
parent
3167c6621e
commit
9bf2deaa49
|
@ -62,7 +62,7 @@
|
|||
|
||||
(define ssl-load-fail-reason #f)
|
||||
|
||||
(define 3m? (regexp-match #rx#"3m" (path->bytes (system-library-subpath))))
|
||||
(define 3m? (eq? '3m (system-type 'gc)))
|
||||
|
||||
(define libcrypto
|
||||
(with-handlers ([exn:fail? (lambda (x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user