diff options
| author | Long Nguyen <nguyen.long.908132@gmail.com> | 2020-12-16 06:00:41 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 15:00:41 -0800 |
| commit | 7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b (patch) | |
| tree | fea1ac5e3fd3c0d525b0b358076eb127b5d1405d /ports/boost-functional | |
| parent | 7e50ef05c8afa214732389bb7d98bcc86c12759e (diff) | |
| download | vcpkg-7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b.tar.gz vcpkg-7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b.zip | |
[icu] mingw support + [mp3lame] Fix VCPKG_TARGET_STATIC_LIBRARY_SUFFIX (#14969)
Diffstat (limited to 'ports/boost-functional')
| -rw-r--r-- | ports/boost-functional/CONTROL | 4 | ||||
| -rw-r--r-- | ports/boost-functional/portfile.cmake | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-functional/CONTROL b/ports/boost-functional/CONTROL index 788baec69..9049dd1f1 100644 --- a/ports/boost-functional/CONTROL +++ b/ports/boost-functional/CONTROL @@ -1,6 +1,6 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-functional
Version: 1.74.0
-Build-Depends: boost-config, boost-core, boost-mpl, boost-preprocessor, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers
+Build-Depends: boost-config, boost-core, boost-mpl, boost-preprocessor, boost-type-traits, boost-typeof, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/functional
Description: Boost functional module
diff --git a/ports/boost-functional/portfile.cmake b/ports/boost-functional/portfile.cmake index d0dd7b8c6..f3f8b4f52 100644 --- a/ports/boost-functional/portfile.cmake +++ b/ports/boost-functional/portfile.cmake @@ -1,4 +1,4 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
|
