diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-02 06:56:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 15:56:10 -0700 |
| commit | 47a883b395121698ea96a119f73a4d24b1315c0e (patch) | |
| tree | c80ab0109335e9dfd4615953000f5a3651bcd1d6 /ports/unixodbc | |
| parent | 1ffc953ab56070984dc9ed34cadd91ec6c0d5218 (diff) | |
| download | vcpkg-47a883b395121698ea96a119f73a4d24b1315c0e.tar.gz vcpkg-47a883b395121698ea96a119f73a4d24b1315c0e.zip | |
[unixodbc/nanodbc] Fix unixodbc build failure and set it as a dependency on nanodbc (#11613)
Diffstat (limited to 'ports/unixodbc')
| -rw-r--r-- | ports/unixodbc/CONTROL | 2 | ||||
| -rw-r--r-- | ports/unixodbc/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/unixodbc/CONTROL b/ports/unixodbc/CONTROL index c82960153..8ff0ce87b 100644 --- a/ports/unixodbc/CONTROL +++ b/ports/unixodbc/CONTROL @@ -1,5 +1,5 @@ Source: unixodbc -Version: 2.3.7 +Version: 2.3.7-1 Homepage: https://github.com/lurcher/unixODBC Description: unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX Supports: (osx|linux) diff --git a/ports/unixodbc/portfile.cmake b/ports/unixodbc/portfile.cmake index 31cdf33e8..4ae0fd149 100644 --- a/ports/unixodbc/portfile.cmake +++ b/ports/unixodbc/portfile.cmake @@ -11,6 +11,7 @@ vcpkg_from_github( vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} AUTOCONFIG + COPY_SOURCE ) vcpkg_install_make() |
