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