diff --git a/ports/boost-modular-build-helper/Jamroot.jam.in b/ports/boost-modular-build-helper/Jamroot.jam.in index a9d687afb1..83d7c9a334 100644 --- a/ports/boost-modular-build-helper/Jamroot.jam.in +++ b/ports/boost-modular-build-helper/Jamroot.jam.in @@ -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 : synchronization ; + exe has_synchronization_lib : "@CURRENT_INSTALLED_DIR@/share/boost-atomic/has_synchronization_lib.cpp" : synchronization ; explicit has_synchronization_lib ; rule check-synchronization-lib ( properties * ) diff --git a/ports/boost-modular-build-helper/vcpkg.json b/ports/boost-modular-build-helper/vcpkg.json index 465aebd623..38db39c755 100644 --- a/ports/boost-modular-build-helper/vcpkg.json +++ b/ports/boost-modular-build-helper/vcpkg.json @@ -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": [ diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index 26008144a0..5c2751de9f 100644 --- a/scripts/boost/generate-ports.ps1 +++ b/scripts/boost/generate-ports.ps1 @@ -25,7 +25,7 @@ else { $defaultPortVersion = 2 $portVersions = @{ "boost-atomic" = 3; - "boost-modular-build-helper" = 3; + "boost-modular-build-helper" = 4; } function Get-PortVersion { diff --git a/versions/b-/boost-modular-build-helper.json b/versions/b-/boost-modular-build-helper.json index 136c0237d9..c47643d215 100644 --- a/versions/b-/boost-modular-build-helper.json +++ b/versions/b-/boost-modular-build-helper.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2d374869ba7aa60ab439300ed4d032f95c9b88a7", + "version": "1.82.0", + "port-version": 4 + }, { "git-tree": "98f75b07bdab1080c9470eb115836035d7142397", "version": "1.82.0", diff --git a/versions/baseline.json b/versions/baseline.json index 175aea59ca..697d5a587f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -942,7 +942,7 @@ }, "boost-modular-build-helper": { "baseline": "1.82.0", - "port-version": 3 + "port-version": 4 }, "boost-move": { "baseline": "1.82.0",