diff --git a/como-tools.jam b/como-tools.jam index 8077866b7..f2bb6008e 100644 --- a/como-tools.jam +++ b/como-tools.jam @@ -54,7 +54,7 @@ rule Link-action # for como, we repeat all libraries so that dependencies are always resolved actions como-Link-action bind NEEDLIBS { - $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS) -l"$(FINDLIBS)" + $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l"$(FINDLIBS)" } diff --git a/v1/como-tools.jam b/v1/como-tools.jam index 8077866b7..f2bb6008e 100644 --- a/v1/como-tools.jam +++ b/v1/como-tools.jam @@ -54,7 +54,7 @@ rule Link-action # for como, we repeat all libraries so that dependencies are always resolved actions como-Link-action bind NEEDLIBS { - $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS) -l"$(FINDLIBS)" + $(COMO) $(LINKFLAGS) -o "$(<[1])" "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l"$(FINDLIBS)" }