mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Replace archive rule with stock ar command.
May break 3.2 but will work with 4.x. [SVN r68763]
This commit is contained in:
@@ -161,7 +161,8 @@ actions link.dll bind LIBRARIES
|
||||
}
|
||||
|
||||
# Declare action for creating static libraries
|
||||
# actions piecemeal archive
|
||||
# {
|
||||
# "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)"
|
||||
# }
|
||||
# "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)"
|
||||
actions piecemeal archive
|
||||
{
|
||||
ar $(ARFLAGS) ru "$(<)" "$(>)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user