[boost-modular-build-helper] Add BSD and FreeBSD target-os (#26562)

* [boost-modular-build-helper] Add BSD and FreeBSD target-os

[boost-modular-build-helper] Updates port version

* [boost-modular-build-helper] Use CMAKE_SYSTEM_NAME to detect freebsd

* [boost-modular-build-helper] Use port-version 1

* update evrsion

* [boost-modular_build-helper ] Use VCPKG_DETECTED_CMAKE_SYSTEM_NAME for FreeBSD detection

* [boost-modular-build-helper] Updates version

* Update boost-modular-build-helper.json

Co-authored-by: Avezy <aa04463@mail.ru>
Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
noeffn 2022-09-02 19:47:50 +02:00 committed by GitHub
parent 369f642fa0
commit b5dd45dc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -79,6 +79,8 @@ elseif(APPLE)
endif()
elseif(ANDROID)
list(APPEND B2_OPTIONS target-os=android)
elseif(VCPKG_DETECTED_CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
list(APPEND B2_OPTIONS target-os=freebsd)
else()
list(APPEND B2_OPTIONS target-os=linux)
endif()

View File

@ -1,6 +1,7 @@
{
"name": "boost-modular-build-helper",
"version": "1.80.0",
"port-version": 1,
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3cfe5562e40b1ef219b3d36054e1235508c41037",
"version": "1.80.0",
"port-version": 1
},
{
"git-tree": "3047d0e2fdc4eee0c918f418f45d5e1dfb86c0fb",
"version": "1.80.0",

View File

@ -846,7 +846,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.80.0",
"port-version": 0
"port-version": 1
},
"boost-move": {
"baseline": "1.80.0",