diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-05 16:09:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-05 16:09:11 +0000 |
commit | efa69be688b62ebe3671d9e5d5cd5ade5a203a7e (patch) | |
tree | d2506007a166c8b6026854745ebafb8cb39ddaef /src/htsmodules.c | |
parent | 6fb1f6df5206cc20b52075a46698f4117ee41b2b (diff) |
Add libssl.dylib in the search list for libssl (Nils Breunese)
* closes:#6
Diffstat (limited to 'src/htsmodules.c')
-rw-r--r-- | src/htsmodules.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htsmodules.c b/src/htsmodules.c index 8be4f26..f2524b7 100644 --- a/src/htsmodules.c +++ b/src/htsmodules.c @@ -264,6 +264,9 @@ void htspe_init(void) { #else /* We are compatible with 0.9.6/7/8/8b and potentially above */ static const char *const libs[] = { +#ifdef __APPLE__ + "libssl.dylib", +#endif "libssl.so.1.0", "libssl.so.1", "libssl.so.1.0.0", |