diff --git a/cc/builder.go b/cc/builder.go index 02ea63d71..f1282f514 100644 --- a/cc/builder.go +++ b/cc/builder.go @@ -96,8 +96,8 @@ var ( darwinStrip = pctx.StaticRule("darwinStrip", blueprint.RuleParams{ - Command: "${macStripPath} -u -r -o $out $in", - CommandDeps: []string{"${macStripPath}"}, + Command: "${config.MacStripPath} -u -r -o $out $in", + CommandDeps: []string{"${config.MacStripPath}"}, Description: "strip $out", })