Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50302 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2008-12-17 10:49:08


Author: vladimir_prus
Date: 2008-12-17 10:49:07 EST (Wed, 17 Dec 2008)
New Revision: 50302
URL: http://svn.boost.org/trac/boost/changeset/50302

Log:
Fix variable name. Thanks to Johan Nilsson
Text files modified:
   trunk/tools/build/v2/tools/stage.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/stage.jam
==============================================================================
--- trunk/tools/build/v2/tools/stage.jam (original)
+++ trunk/tools/build/v2/tools/stage.jam 2008-12-17 10:49:07 EST (Wed, 17 Dec 2008)
@@ -77,7 +77,7 @@
             # Unless <hardcode-dll-paths>true is in properties, which can happen
             # only if the user has explicitly requested it, nuke all <dll-path>
             # properties.
- if [ $(property-set).get <hardcode-dll-paths> ] != true
+ if [ $(build-property-set).get <hardcode-dll-paths> ] != true
             {
                 ps-raw = [ property.change $(ps-raw) : <dll-path> ] ;
             }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk