[libmysql] Disable /MT. Convert portfile tabs to spaces and CRLF to LF.

This commit is contained in:
Robert Schumacher 2017-10-25 11:51:21 -07:00
parent d1627a0a80
commit 2735cea571
2 changed files with 90 additions and 89 deletions

View File

@ -1,3 +1,3 @@
Source: libmysql
Version: 5.7.17-2
Version: 5.7.17-3
Description: A MySQL client library for C development.

View File

@ -25,6 +25,7 @@ vcpkg_configure_cmake(
-DWITH_UNIT_TESTS=OFF
-DENABLED_PROFILING=OFF
-DWIX_DIR=OFF
-DWINDOWS_RUNTIME_MD=ON # Note: this disables _replacement_ of /MD with /MT. If /MT is specified, it will be preserved.
)
vcpkg_install_cmake()