early-access version 2853
This commit is contained in:
41
externals/vcpkg/ports/freetds/vcpkg.json
vendored
Executable file
41
externals/vcpkg/ports/freetds/vcpkg.json
vendored
Executable file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "freetds",
|
||||
"version": "1.3.10",
|
||||
"port-version": 1,
|
||||
"description": "Implementation of the Tabular Data Stream protocol",
|
||||
"homepage": "https://www.freetds.org",
|
||||
"license": "GPL-2.0-only",
|
||||
"supports": "windows & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "gperf",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "libmysql",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "unixodbc",
|
||||
"platform": "!windows"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"openssl"
|
||||
],
|
||||
"features": {
|
||||
"openssl": {
|
||||
"description": "OpenSSL support",
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build tools"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user