From 65c06998164e4c439aebdb9ed8cecef31bca38c1 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 14 Dec 2009 18:33:34 +0000 Subject: [PATCH] Adjust for off vs. off. [SVN r58382] --- v2/tools/darwin.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/darwin.jam b/v2/tools/darwin.jam index a040d9c8a..94180f947 100644 --- a/v2/tools/darwin.jam +++ b/v2/tools/darwin.jam @@ -165,7 +165,7 @@ rule init ( version ? : command * : options * : requirement * ) # 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)/off : "" ; + flags darwin.link NEED_STRIP $(condition)/off : "" ; strip = [ common.get-invocation-command darwin : strip : [ feature.get-values : $(options) ] : $(bin) : search-path ] ;