Commit 9dc47c4c authored by Michael Droettboom's avatar Michael Droettboom

Fix build so emsdk runs first

parent b8c3e600
......@@ -32,7 +32,7 @@ NUMPY_LIBS=\
SITEPACKAGES=root/lib/python$(PYMINOR)/site-packages
all: emsdk/emsdk build/pyodide.asm.html build/pyodide.js
all: build/pyodide.asm.html build/pyodide.js
build/pyodide.asm.html: src/main.bc src/jsimport.bc src/jsproxy.bc src/js2python.bc \
......@@ -91,7 +91,7 @@ root/.built: \
touch root/.built
$(CPYTHONLIB): emsdk/emsdk
$(CPYTHONLIB): emsdk/emsdk/emsdk_env.sh
make -C $(CPYTHONROOT)
......@@ -99,5 +99,5 @@ $(NUMPY_LIBS): $(CPYTHONLIB)
make -C numpy
emsdk/emsdk:
emsdk/emsdk/emsdk_env.sh:
make -C emsdk
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