2
0
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:
Jürgen Hunold
2006-04-16 18:15:30 +00:00
parent 664b30e0e3
commit c9c181da31

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 ;