vcpkg/ports/freetds/vcpkg.json
Joël Thieffry 066c6fd712
[ NASM ] Update version from 2.14.02 to 2.15.05 (#14970)
* 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>
2020-12-07 08:34:47 -08:00

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"
]
}
}
}