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:
@@ -42,6 +42,7 @@ rule Link-action
|
||||
if $(NT) {
|
||||
JAMSHELL on $(<) = % ;
|
||||
}
|
||||
return ;
|
||||
}
|
||||
|
||||
# for mingw, we repeat all libraries so that dependencies are always resolved
|
||||
|
||||
@@ -42,6 +42,7 @@ rule Link-action
|
||||
if $(NT) {
|
||||
JAMSHELL on $(<) = % ;
|
||||
}
|
||||
return ;
|
||||
}
|
||||
|
||||
# for mingw, we repeat all libraries so that dependencies are always resolved
|
||||
|
||||
Reference in New Issue
Block a user