diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-16 23:34:22 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-16 23:57:56 -0800 |
| commit | 6d2b407b28417009fec0964b7339280d337dae6c (patch) | |
| tree | 078d8e484d0bc7292a64ab776d4068312ac6a2a5 | |
| parent | 5d873f0520092cbc5c2161e4cd093eef24a7f1cf (diff) | |
| download | vcpkg-6d2b407b28417009fec0964b7339280d337dae6c.tar.gz vcpkg-6d2b407b28417009fec0964b7339280d337dae6c.zip | |
[mongo-cxx-driver] Don't delete mongocxx/options/ dir
| -rw-r--r-- | ports/mongo-cxx-driver/CONTROL | 2 | ||||
| -rw-r--r-- | ports/mongo-cxx-driver/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/mongo-cxx-driver/CONTROL b/ports/mongo-cxx-driver/CONTROL index 41c958400..57c400bed 100644 --- a/ports/mongo-cxx-driver/CONTROL +++ b/ports/mongo-cxx-driver/CONTROL @@ -1,4 +1,4 @@ Source: mongo-cxx-driver -Version: 3.0.3 +Version: 3.0.3-1 Build-Depends: boost,libbson,mongo-c-driver Description: MongoDB C++ Driver.
\ No newline at end of file diff --git a/ports/mongo-cxx-driver/portfile.cmake b/ports/mongo-cxx-driver/portfile.cmake index 137088109..4b04af054 100644 --- a/ports/mongo-cxx-driver/portfile.cmake +++ b/ports/mongo-cxx-driver/portfile.cmake @@ -53,7 +53,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/mongocxx/test_util
${CURRENT_PACKAGES_DIR}/include/mongocxx/private
${CURRENT_PACKAGES_DIR}/include/mongocxx/exception/private
- ${CURRENT_PACKAGES_DIR}/include/mongocxx/options
+ ${CURRENT_PACKAGES_DIR}/include/mongocxx/options/private
${CURRENT_PACKAGES_DIR}/debug/include)
|
