diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-06 14:43:43 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-06 14:43:43 -0800 |
| commit | 2c115f96707bb8188d911915956508370966426f (patch) | |
| tree | 45a4397b1e8de5f14b7a0699bca4ecd47a255b95 | |
| parent | 5a7f86efd41270be1e53710e7482d5f3adc09b1b (diff) | |
| parent | dd7c39f0e328276adf74eb9a944080c06807fa60 (diff) | |
| download | vcpkg-2c115f96707bb8188d911915956508370966426f.tar.gz vcpkg-2c115f96707bb8188d911915956508370966426f.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg
| -rw-r--r-- | ports/gflags/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gflags/portfile.cmake | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/gflags/CONTROL b/ports/gflags/CONTROL index 0833c3c76..b84a3b67d 100644 --- a/ports/gflags/CONTROL +++ b/ports/gflags/CONTROL @@ -1,3 +1,3 @@ Source: gflags -Version: 2.2.0-1 +Version: 2.2.0-2 Description: A C++ library that implements commandline flags processing diff --git a/ports/gflags/portfile.cmake b/ports/gflags/portfile.cmake index 61a28055f..91da22ae6 100644 --- a/ports/gflags/portfile.cmake +++ b/ports/gflags/portfile.cmake @@ -51,5 +51,8 @@ file(WRITE ${CURRENT_PACKAGES_DIR}/share/gflags/gflags-targets.cmake "${GFLAGS_C file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/COPYING.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/gflags RENAME copyright) +file(RENAME ${CURRENT_PACKAGES_DIR}/Include ${CURRENT_PACKAGES_DIR}/include) +file(RENAME ${CURRENT_PACKAGES_DIR}/Lib ${CURRENT_PACKAGES_DIR}/lib) +file(RENAME ${CURRENT_PACKAGES_DIR}/debug/Lib ${CURRENT_PACKAGES_DIR}/debug/lib) vcpkg_copy_pdbs() |
