From 5d364f886a02a8b5ab215b34e16ee4b82af21d06 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 8 Jun 2020 15:55:35 +0200 Subject: [PATCH] BUG: swallowed -fromWmake argument 934d0bd74315 - should pass onwards to other Allwmake scripts --- wmake/scripts/AllwmakeParseArguments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/scripts/AllwmakeParseArguments b/wmake/scripts/AllwmakeParseArguments index 09c17f47a8..d7273dc16b 100644 --- a/wmake/scripts/AllwmakeParseArguments +++ b/wmake/scripts/AllwmakeParseArguments @@ -94,7 +94,7 @@ do -no-recurs* | -fromWmake) # Avoid recursion (eg, if called from wmake) optNonRecursive=true - continue # Handled argument + # Pass onwards to other Allwmake scripts ;; -prefix=* | -module-prefix=*)