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-timer | |
| 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-timer')
| -rw-r--r-- | ports/boost-timer/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-timer/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/boost-timer/CONTROL b/ports/boost-timer/CONTROL index 9f6ff90fd..bc3675b99 100644 --- a/ports/boost-timer/CONTROL +++ b/ports/boost-timer/CONTROL @@ -1,4 +1,4 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-timer
Version: 1.74.0
Build-Depends: boost-build, boost-chrono, boost-compatibility, boost-config, boost-core, boost-integer, boost-io, boost-modular-build-helper, boost-predef, boost-system, boost-throw-exception, boost-vcpkg-helpers
diff --git a/ports/boost-timer/portfile.cmake b/ports/boost-timer/portfile.cmake index e0d1a6748..a14c723b6 100644 --- a/ports/boost-timer/portfile.cmake +++ b/ports/boost-timer/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
|
