mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:09:06 +08:00
066c6fd712
* Bump NASM version from 2.14.02 to 2.15.05 The previous version is not available anymore at https://fossies.org/windows/misc/nasm-2.14.02-win32.zip . libjpeg-turbo builds fine now. * [freetds] Disable parallel configure Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "freetds",
|
|
"version-string": "1.2.11",
|
|
"port-version": 1,
|
|
"description": "Implementation of the Tabular Data Stream protocol",
|
|
"homepage": "https://www.freetds.org",
|
|
"supports": "windows & !uwp",
|
|
"default-features": [
|
|
"openssl"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "OpenSSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|