ENH: Check OS and choose library name accordingly
Compare changes
- florian authored
+ 23
− 11
@@ -23,6 +23,11 @@
@@ -47,6 +52,8 @@ end # Info
@@ -57,7 +64,7 @@ instead.
@@ -72,6 +79,8 @@ end # Utility
@@ -89,7 +98,7 @@ mutable struct _Authenticator
@@ -118,7 +127,7 @@ function create_plain_password_authenticator(
@@ -158,7 +167,7 @@ mutable struct _Connection
@@ -184,7 +193,7 @@ mutable struct _CertificateProvider
@@ -210,7 +219,10 @@ mutable struct _Configuration
@@ -232,7 +244,7 @@ function create_pem_file_certificate_provider(path::AbstractString)
@@ -269,7 +281,7 @@ function create_tls_connection_configuration(
@@ -300,7 +312,7 @@ function create_insecure_connection_configuration(host::AbstractString, port::Ci
@@ -327,7 +339,7 @@ function create_connection(config::Ref{_Configuration})
@@ -355,7 +367,7 @@ function get_version_info(con::Ref{_Connection})