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

Work around core jam bug

[SVN r15823]
This commit is contained in:
Dave Abrahams
2002-10-09 13:14:57 +00:00
parent ca18960a9e
commit f5885b0a2a
2 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ rule Link-action
if $(NT) {
JAMSHELL on $(<) = % ;
}
return ;
}
# for mingw, we repeat all libraries so that dependencies are always resolved

View File

@@ -42,6 +42,7 @@ rule Link-action
if $(NT) {
JAMSHELL on $(<) = % ;
}
return ;
}
# for mingw, we repeat all libraries so that dependencies are always resolved