mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
fix typo
[SVN r19196]
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user