Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
use qcc -A instead of ar for archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Van Eerd committed May 27, 2013
1 parent f5a5e1d commit 0470814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/v2/tools/qcc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if [ os.name ] = NT
actions piecemeal archive
{
$(RM) "$(<)"
ar rc "$(<)" "$(>)"
"$(CONFIG_COMMAND)" -A "$(<)" "$(>)"
}


Expand Down

0 comments on commit 0470814

Please sign in to comment.