mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Fix AR for when we find more than one in the path.
Fix the AR flags so that they don't duplicate/multiply the flag argument. [SVN r19888]
This commit is contained in:
@@ -466,5 +466,5 @@ rule Archive-action
|
||||
|
||||
actions updated together piecemeal gcc-Archive-action
|
||||
{
|
||||
$(.AR) ru$(ARFLAGS) "$(<:T)" "$(>:T)"
|
||||
$(.AR[1]) ru$(ARFLAGS:J=) "$(<:T)" "$(>:T)"
|
||||
}
|
||||
|
||||
@@ -466,5 +466,5 @@ rule Archive-action
|
||||
|
||||
actions updated together piecemeal gcc-Archive-action
|
||||
{
|
||||
$(.AR) ru$(ARFLAGS) "$(<:T)" "$(>:T)"
|
||||
$(.AR[1]) ru$(ARFLAGS:J=) "$(<:T)" "$(>:T)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user