Commit 8aca5e2a authored by Michael Droettboom's avatar Michael Droettboom

Prevent redundant work building Numpy

parent 2690ece8
......@@ -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 \
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment