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-parameter-python | |
| 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-parameter-python')
| -rw-r--r-- | ports/boost-parameter-python/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-parameter-python/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/boost-parameter-python/CONTROL b/ports/boost-parameter-python/CONTROL index e5acabb8f..e8a3149b0 100644 --- a/ports/boost-parameter-python/CONTROL +++ b/ports/boost-parameter-python/CONTROL @@ -1,4 +1,4 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-parameter-python
Version: 1.74.0
Build-Depends: boost-mpl, boost-parameter, boost-preprocessor, boost-python (!uwp&!(arm&windows)&!emscripten), boost-vcpkg-helpers
diff --git a/ports/boost-parameter-python/portfile.cmake b/ports/boost-parameter-python/portfile.cmake index 7530e00b2..5cbb96924 100644 --- a/ports/boost-parameter-python/portfile.cmake +++ b/ports/boost-parameter-python/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
|
