[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:
jim wang 2023-07-14 02:29:57 +08:00 committed by GitHub
parent 17fc556532
commit 20df27de29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View File

@ -104,7 +104,7 @@ if "@PORT@" != "boost-atomic"
lib 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 ;
rule check-synchronization-lib ( properties * )

View File

@ -2,7 +2,7 @@
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-modular-build-helper",
"version": "1.82.0",
"port-version": 3,
"port-version": 4,
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [

View File

@ -25,7 +25,7 @@ else {
$defaultPortVersion = 2
$portVersions = @{
"boost-atomic" = 3;
"boost-modular-build-helper" = 3;
"boost-modular-build-helper" = 4;
}
function Get-PortVersion {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2d374869ba7aa60ab439300ed4d032f95c9b88a7",
"version": "1.82.0",
"port-version": 4
},
{
"git-tree": "98f75b07bdab1080c9470eb115836035d7142397",
"version": "1.82.0",

View File

@ -942,7 +942,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.82.0",
"port-version": 3
"port-version": 4
},
"boost-move": {
"baseline": "1.82.0",