2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Fix double ".lib" on archive action for searched libraries.

[SVN r28721]
This commit is contained in:
Rene Rivera
2005-05-07 20:55:41 +00:00
parent 9fc5e08b57
commit 36b0200e89

View File

@@ -373,5 +373,5 @@ actions together cw-Archive-action
{
$(CW_SETUP)
$(CW_CLEAR_ERROR)
$(MWLD) -library $(FLAGS) $(ARFLAGS) "-L$(LIBPATH)" "-L$(STDLIBPATH)" -o "$(<)" $(CMD)"$(>)" "$(FINDLIBS)$(SUFLIB)"
$(MWLD) -library $(FLAGS) $(ARFLAGS) "-L$(LIBPATH)" "-L$(STDLIBPATH)" -o "$(<)" $(CMD)"$(>)" "$(FINDLIBS)"
}