Skip to content

Commit

Permalink
Ensure the cross-tool's strip command is passed via HaikuCD.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadia committed Jan 4, 2013
1 parent 35f3908 commit f5d95ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/jam/HaikuCD
Expand Up @@ -34,6 +34,7 @@ AddTargetVariableToScript $(script) : <build>rc ;
AddTargetVariableToScript $(script) : <build>resattr ;
AddTargetVariableToScript $(script) : <build>unzip ;
AddTargetVariableToScript $(script) : <build>generate_attribute_stores ;
AddTargetVariableToScript $(script) : $(HAIKU_STRIP) : stripCommand ;
if $(HOST_RM_ATTRS_TARGET) {
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
} else {
Expand Down

0 comments on commit f5d95ad

Please sign in to comment.