2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00

Fixed shadowing of rc variable in if-clause.

[SVN r33714]
This commit is contained in:
Jürgen Hunold
2006-04-16 18:15:30 +00:00
parent 7f2e973187
commit aff6c5d74b

View File

@@ -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 ;