mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
[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:
parent
369f642fa0
commit
b5dd45dc07
@ -79,6 +79,8 @@ elseif(APPLE)
|
|||||||
endif()
|
endif()
|
||||||
elseif(ANDROID)
|
elseif(ANDROID)
|
||||||
list(APPEND B2_OPTIONS target-os=android)
|
list(APPEND B2_OPTIONS target-os=android)
|
||||||
|
elseif(VCPKG_DETECTED_CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||||
|
list(APPEND B2_OPTIONS target-os=freebsd)
|
||||||
else()
|
else()
|
||||||
list(APPEND B2_OPTIONS target-os=linux)
|
list(APPEND B2_OPTIONS target-os=linux)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "boost-modular-build-helper",
|
"name": "boost-modular-build-helper",
|
||||||
"version": "1.80.0",
|
"version": "1.80.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Internal vcpkg port used to build Boost libraries",
|
"description": "Internal vcpkg port used to build Boost libraries",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3cfe5562e40b1ef219b3d36054e1235508c41037",
|
||||||
|
"version": "1.80.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "3047d0e2fdc4eee0c918f418f45d5e1dfb86c0fb",
|
"git-tree": "3047d0e2fdc4eee0c918f418f45d5e1dfb86c0fb",
|
||||||
"version": "1.80.0",
|
"version": "1.80.0",
|
||||||
|
@ -846,7 +846,7 @@
|
|||||||
},
|
},
|
||||||
"boost-modular-build-helper": {
|
"boost-modular-build-helper": {
|
||||||
"baseline": "1.80.0",
|
"baseline": "1.80.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"boost-move": {
|
"boost-move": {
|
||||||
"baseline": "1.80.0",
|
"baseline": "1.80.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user