ENH: Check OS and choose library name accordingly
Compare changes
- florian authored
+ 21
− 11
@@ -23,6 +23,11 @@
@@ -47,6 +52,8 @@ end # Info
@@ -57,7 +64,7 @@ instead.
@@ -89,7 +96,7 @@ mutable struct _Authenticator
@@ -118,7 +125,7 @@ function create_plain_password_authenticator(
@@ -158,7 +165,7 @@ mutable struct _Connection
@@ -184,7 +191,7 @@ mutable struct _CertificateProvider
@@ -210,7 +217,10 @@ mutable struct _Configuration
@@ -232,7 +242,7 @@ function create_pem_file_certificate_provider(path::AbstractString)
@@ -269,7 +279,7 @@ function create_tls_connection_configuration(
@@ -300,7 +310,7 @@ function create_insecure_connection_configuration(host::AbstractString, port::Ci
@@ -327,7 +337,7 @@ function create_connection(config::Ref{_Configuration})
@@ -355,7 +365,7 @@ function get_version_info(con::Ref{_Connection})