sgrif / mysqlclient-sys

Rust bindings for libmysqlclient
Apache License 2.0
37 stars 31 forks source link

msvc/vcpkg dynamic builds now require explicit opt-in #6

Closed mcgoo closed 6 years ago

mcgoo commented 7 years ago

Sorry to bug you again.

The build helper was changed to require explicit opt-in for linking dynamically, otherwise cargo install using the msvc toolchain would prefer dynamically linking if Vcpkg is installed resulting in binaries that won't work without a PATH adjustment. This commit makes the appveyor build opt-in.