diff options
Diffstat (limited to 'vcpkg/ports/unixodbc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/unixodbc/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/unixodbc/vcpkg.json b/vcpkg/ports/unixodbc/vcpkg.json new file mode 100644 index 0000000..bdae268 --- /dev/null +++ b/vcpkg/ports/unixodbc/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "unixodbc", + "version": "2.3.14", + "description": "unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX", + "homepage": "https://github.com/lurcher/unixODBC", + "license": null, + "supports": "linux | osx", + "dependencies": [ + "libltdl", + { + "name": "vcpkg-make", + "host": true + } + ] +} |