|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58382 - trunk/tools/build/v2/tools
From: grafikrobot_at_[hidden]
Date: 2009-12-14 13:33:34
Author: grafik
Date: 2009-12-14 13:33:34 EST (Mon, 14 Dec 2009)
New Revision: 58382
URL: http://svn.boost.org/trac/boost/changeset/58382
Log:
Adjust for <debug-symbols>off vs. <strip>off.
Text files modified:
trunk/tools/build/v2/tools/darwin.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/darwin.jam
==============================================================================
--- trunk/tools/build/v2/tools/darwin.jam (original)
+++ trunk/tools/build/v2/tools/darwin.jam 2009-12-14 13:33:34 EST (Mon, 14 Dec 2009)
@@ -165,7 +165,7 @@
# Otherwise we need to find a strip program to use. And hence
# also tell the link action that we need to use a strip
# post-process.
- flags darwin.link NEED_STRIP $(condition)/<debug-symbols>off : "" ;
+ flags darwin.link NEED_STRIP $(condition)/<strip>off : "" ;
strip =
[ common.get-invocation-command darwin
: strip : [ feature.get-values <striper> : $(options) ] : $(bin) : search-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