2
0
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:
K. Noel Belcourt
2011-02-10 18:47:17 +00:00
parent d0587e06c6
commit e6aa2fea0f

View File

@@ -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 "$(<)" "$(>)"
}