mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
fixed missing local variable
[SVN r11666]
This commit is contained in:
@@ -1774,7 +1774,7 @@ rule join-path
|
||||
else
|
||||
{
|
||||
_s = $(<[1]) ;
|
||||
_r = $(<[2-]) ;
|
||||
local _r = $(<[2-]) ;
|
||||
|
||||
# Jam doesn't handle the root directory properly
|
||||
if $(_s) in / $(SLASH)
|
||||
|
||||
@@ -1774,7 +1774,7 @@ rule join-path
|
||||
else
|
||||
{
|
||||
_s = $(<[1]) ;
|
||||
_r = $(<[2-]) ;
|
||||
local _r = $(<[2-]) ;
|
||||
|
||||
# Jam doesn't handle the root directory properly
|
||||
if $(_s) in / $(SLASH)
|
||||
|
||||
Reference in New Issue
Block a user