diff options
Diffstat (limited to 'ports/piex')
| -rw-r--r-- | ports/piex/CONTROL | 6 | ||||
| -rw-r--r-- | ports/piex/portfile.cmake | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ports/piex/CONTROL b/ports/piex/CONTROL index 43411e564..3fb98201f 100644 --- a/ports/piex/CONTROL +++ b/ports/piex/CONTROL @@ -1,3 +1,3 @@ -Source: piex -Version: 2018-03-13 -Description: The Preview Image Extractor (PIEX) is designed to find and extract the largest +Source: piex
+Version: 2018-03-13-1
+Description: The Preview Image Extractor (PIEX) is designed to find and extract the largest
diff --git a/ports/piex/portfile.cmake b/ports/piex/portfile.cmake index 039c2c41d..3238c013c 100644 --- a/ports/piex/portfile.cmake +++ b/ports/piex/portfile.cmake @@ -1,9 +1,6 @@ include(vcpkg_common_functions) -if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - message(WARNING "Dynamic not supported building static") - set(VCPKG_LIBRARY_LINKAGE static) -endif() +vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH |
