mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +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 ;
|
||||
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 * )
|
||||
|
@ -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": [
|
||||
|
@ -25,7 +25,7 @@ else {
|
||||
$defaultPortVersion = 2
|
||||
$portVersions = @{
|
||||
"boost-atomic" = 3;
|
||||
"boost-modular-build-helper" = 3;
|
||||
"boost-modular-build-helper" = 4;
|
||||
}
|
||||
|
||||
function Get-PortVersion {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2d374869ba7aa60ab439300ed4d032f95c9b88a7",
|
||||
"version": "1.82.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "98f75b07bdab1080c9470eb115836035d7142397",
|
||||
"version": "1.82.0",
|
||||
|
@ -942,7 +942,7 @@
|
||||
},
|
||||
"boost-modular-build-helper": {
|
||||
"baseline": "1.82.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"boost-move": {
|
||||
"baseline": "1.82.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user