diff options
Diffstat (limited to 'ports/bigint')
| -rw-r--r-- | ports/bigint/CONTROL | 6 | ||||
| -rw-r--r-- | ports/bigint/portfile.cmake | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/ports/bigint/CONTROL b/ports/bigint/CONTROL index 5247cbf81..9f508306c 100644 --- a/ports/bigint/CONTROL +++ b/ports/bigint/CONTROL @@ -1,3 +1,3 @@ -Source: bigint -Version: 2010.04.30-2 -Description: C++ Big Integer Library +Source: bigint
+Version: 2010.04.30-3
+Description: C++ Big Integer Library
diff --git a/ports/bigint/portfile.cmake b/ports/bigint/portfile.cmake index 8a710aa54..61ce15816 100644 --- a/ports/bigint/portfile.cmake +++ b/ports/bigint/portfile.cmake @@ -1,10 +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) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/bigint-2010.04.30) vcpkg_download_distfile(ARCHIVE |
