mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Modified ARFLAGS so that the "/" is not needed because it is translated to "\\" by Boost.Jam.
[SVN r12712]
This commit is contained in:
@@ -129,7 +129,7 @@ rule Archive-action
|
||||
|
||||
actions updated together piecemeal borland-Archive-action
|
||||
{
|
||||
$(BCC_TOOL_PATH)tlib /P64 /u /a /C $(ARFLAGS) "$(<)" +-"$(>)"
|
||||
$(BCC_TOOL_PATH)tlib /P64 /u /a /C /$(ARFLAGS) "$(<)" +-"$(>)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ rule Archive-action
|
||||
|
||||
actions updated together piecemeal borland-Archive-action
|
||||
{
|
||||
$(BCC_TOOL_PATH)tlib /P64 /u /a /C $(ARFLAGS) "$(<)" +-"$(>)"
|
||||
$(BCC_TOOL_PATH)tlib /P64 /u /a /C /$(ARFLAGS) "$(<)" +-"$(>)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user