diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-10-22 08:43:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-21 17:43:36 -0700 |
| commit | d6032b525870f30d21aeb144e655a8e8fcba8736 (patch) | |
| tree | 1782f3f0b45cc1d1959b0a9d117843d61214820a | |
| parent | 4a11bdd440836060271bae17ab7de120b9ac6be2 (diff) | |
| download | vcpkg-d6032b525870f30d21aeb144e655a8e8fcba8736.tar.gz vcpkg-d6032b525870f30d21aeb144e655a8e8fcba8736.zip | |
[efsw] Fix share location (#14145)
| -rw-r--r-- | ports/efsw/CONTROL | 1 | ||||
| -rw-r--r-- | ports/efsw/portfile.cmake | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/efsw/CONTROL b/ports/efsw/CONTROL index 37a6919fd..daeabee32 100644 --- a/ports/efsw/CONTROL +++ b/ports/efsw/CONTROL @@ -1,5 +1,6 @@ Source: efsw
Version: 2020-06-08
+Port-Version: 1
Homepage: https://github.com/SpartanJ/efsw
Description: efsw is a C++ cross-platform file system watcher and notifier.
Supports: !uwp
diff --git a/ports/efsw/portfile.cmake b/ports/efsw/portfile.cmake index 542e79560..289d4354d 100644 --- a/ports/efsw/portfile.cmake +++ b/ports/efsw/portfile.cmake @@ -18,7 +18,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
-vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/efsw)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
