From f5885b0a2ac2de60e187a326d8ff7ec9089883a4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 9 Oct 2002 13:14:57 +0000 Subject: [PATCH] Work around core jam bug [SVN r15823] --- mingw-tools.jam | 1 + v1/mingw-tools.jam | 1 + 2 files changed, 2 insertions(+) diff --git a/mingw-tools.jam b/mingw-tools.jam index 1f546a0cd..2dc635f69 100644 --- a/mingw-tools.jam +++ b/mingw-tools.jam @@ -42,6 +42,7 @@ rule Link-action if $(NT) { JAMSHELL on $(<) = % ; } + return ; } # for mingw, we repeat all libraries so that dependencies are always resolved diff --git a/v1/mingw-tools.jam b/v1/mingw-tools.jam index 1f546a0cd..2dc635f69 100644 --- a/v1/mingw-tools.jam +++ b/v1/mingw-tools.jam @@ -42,6 +42,7 @@ rule Link-action if $(NT) { JAMSHELL on $(<) = % ; } + return ; } # for mingw, we repeat all libraries so that dependencies are always resolved