mirror of https://github.com/pyodide/pyodide.git
Prevent redundant work building Numpy
This commit is contained in:
parent
2690ece84f
commit
8aca5e2ab3
|
@ -77,7 +77,8 @@ $(HOSTDIR)/setup.py: $(ZIPFILE)
|
|||
$(HOSTBUILD)/lib.$(PLATFORMSLUG)/numpy/__init__.py: $(ROOT)/.patched
|
||||
( \
|
||||
cd $(HOSTDIR); \
|
||||
$(HOSTPYTHON) setup.py install \
|
||||
$(HOSTPYTHON) setup.py install; \
|
||||
touch $(HOSTBUILD)/lib.$(PLATFORMSLUG)/numpy/__init__.py \
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue