From 369a7124ad0a413860a3fdeda86f822e6050aa09 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 26 Jul 2018 11:44:09 +0200 Subject: [PATCH] Skip compile-and-configure cases for numpy --- tools/pywasmcross | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/pywasmcross b/tools/pywasmcross index a888272a7..3da054c39 100755 --- a/tools/pywasmcross +++ b/tools/pywasmcross @@ -104,6 +104,8 @@ def handle_command(line, args): for arg in line: if r'/file.c' in arg or '_configtest' in arg: return + if re.match('/tmp/.*/source\.[bco]+', arg): + return if arg == '-print-multiarch': return