mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Fixed shadowing of rc variable in if-clause.
[SVN r33714]
This commit is contained in:
@@ -125,7 +125,7 @@ rule init ( version ? : command * : options * )
|
||||
#~ that creates empty object files. This allows the same Jamfiles
|
||||
#~ to work across the board. The null RC uses the assembler to create
|
||||
#~ the empty objects, so configure that.
|
||||
local rc =
|
||||
rc =
|
||||
[ common.get-invocation-command gcc
|
||||
: as : : $(bin) : search-path ] ;
|
||||
rc-type = null ;
|
||||
|
||||
Reference in New Issue
Block a user