mirror of https://github.com/pyodide/pyodide.git
Skip compile-and-configure cases for numpy
This commit is contained in:
parent
40ea94b463
commit
369a7124ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue