mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Search for "snapshot" as a version tag when doing Boost tool configs.
[SVN r31641]
This commit is contained in:
@@ -13,7 +13,7 @@ local boostbook-path = [ modules.peek : BOOSTBOOK_DIR ] ;
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
local boost-dir = ;
|
||||
for local R in cvs 1.33.0
|
||||
for local R in snapshot cvs 1.33.0
|
||||
{
|
||||
boost-dir += [ W32_GETREG
|
||||
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Boost.org\\$(R)"
|
||||
|
||||
@@ -10,7 +10,7 @@ import toolset : using ;
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
local boost-dir = ;
|
||||
for local R in cvs 1.33.0
|
||||
for local R in snapshot cvs 1.33.0
|
||||
{
|
||||
boost-dir += [ W32_GETREG
|
||||
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Boost.org\\$(R)"
|
||||
|
||||
Reference in New Issue
Block a user