mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[boost-filesystem]There is a space problem in modifying the file path (#32503)
* There is a space problem in modifying the file path * Version database * update version * Update generate-ports.ps1 --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
17fc556532
commit
20df27de29
@ -104,7 +104,7 @@ if "@PORT@" != "boost-atomic"
|
|||||||
lib synchronization ;
|
lib synchronization ;
|
||||||
explicit synchronization ;
|
explicit synchronization ;
|
||||||
|
|
||||||
exe has_synchronization_lib : @CURRENT_INSTALLED_DIR@/share/boost-atomic/has_synchronization_lib.cpp : <library>synchronization ;
|
exe has_synchronization_lib : "@CURRENT_INSTALLED_DIR@/share/boost-atomic/has_synchronization_lib.cpp" : <library>synchronization ;
|
||||||
explicit has_synchronization_lib ;
|
explicit has_synchronization_lib ;
|
||||||
|
|
||||||
rule check-synchronization-lib ( properties * )
|
rule check-synchronization-lib ( properties * )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||||
"name": "boost-modular-build-helper",
|
"name": "boost-modular-build-helper",
|
||||||
"version": "1.82.0",
|
"version": "1.82.0",
|
||||||
"port-version": 3,
|
"port-version": 4,
|
||||||
"description": "Internal vcpkg port used to build Boost libraries",
|
"description": "Internal vcpkg port used to build Boost libraries",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -25,7 +25,7 @@ else {
|
|||||||
$defaultPortVersion = 2
|
$defaultPortVersion = 2
|
||||||
$portVersions = @{
|
$portVersions = @{
|
||||||
"boost-atomic" = 3;
|
"boost-atomic" = 3;
|
||||||
"boost-modular-build-helper" = 3;
|
"boost-modular-build-helper" = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-PortVersion {
|
function Get-PortVersion {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2d374869ba7aa60ab439300ed4d032f95c9b88a7",
|
||||||
|
"version": "1.82.0",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "98f75b07bdab1080c9470eb115836035d7142397",
|
"git-tree": "98f75b07bdab1080c9470eb115836035d7142397",
|
||||||
"version": "1.82.0",
|
"version": "1.82.0",
|
||||||
|
@ -942,7 +942,7 @@
|
|||||||
},
|
},
|
||||||
"boost-modular-build-helper": {
|
"boost-modular-build-helper": {
|
||||||
"baseline": "1.82.0",
|
"baseline": "1.82.0",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"boost-move": {
|
"boost-move": {
|
||||||
"baseline": "1.82.0",
|
"baseline": "1.82.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user