diff options
| author | Long Nguyen <nguyen.long.908132@gmail.com> | 2020-11-26 02:26:33 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-25 11:26:33 -0800 |
| commit | e2ff466f65a82dd31584468ddf67955092c79c11 (patch) | |
| tree | 71f24ccffa8d99d36871930a4533d583992971e0 /ports/boost-locale/CONTROL | |
| parent | 8d2332660cbfa23edd99abf2ea41ff6e2d7134b7 (diff) | |
| download | vcpkg-e2ff466f65a82dd31584468ddf67955092c79c11.tar.gz vcpkg-e2ff466f65a82dd31584468ddf67955092c79c11.zip | |
[boost-locale] Replace VCPKG_TARGET_IS_WINDOWS in b2-options (#14502)
* [boost-locale] Use CMAKE_SYSTEM_NAME as a fallback where VCPKG_TARGET_IS_WINDOWS is not available
* fix this issue in a different way
* Remove comments in b2-options.cmake.in
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* fix generate-ports.ps1
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/boost-locale/CONTROL')
| -rw-r--r-- | ports/boost-locale/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/boost-locale/CONTROL b/ports/boost-locale/CONTROL index 63714c5a7..306cfa32a 100644 --- a/ports/boost-locale/CONTROL +++ b/ports/boost-locale/CONTROL @@ -1,6 +1,7 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-locale
Version: 1.74.0
+Port-Version: 1
Build-Depends: boost-assert, boost-build, boost-config, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-smart-ptr, boost-static-assert, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-vcpkg-helpers, libiconv (!uwp&!windows)
Homepage: https://github.com/boostorg/locale
Description: Boost locale module
|
