mirror of https://github.com/pyodide/pyodide.git
Fix build so emsdk runs first
This commit is contained in:
parent
b8c3e600c2
commit
9dc47c4c6c
6
Makefile
6
Makefile
|
@ -32,7 +32,7 @@ NUMPY_LIBS=\
|
||||||
|
|
||||||
SITEPACKAGES=root/lib/python$(PYMINOR)/site-packages
|
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 \
|
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
|
touch root/.built
|
||||||
|
|
||||||
|
|
||||||
$(CPYTHONLIB): emsdk/emsdk
|
$(CPYTHONLIB): emsdk/emsdk/emsdk_env.sh
|
||||||
make -C $(CPYTHONROOT)
|
make -C $(CPYTHONROOT)
|
||||||
|
|
||||||
|
|
||||||
|
@ -99,5 +99,5 @@ $(NUMPY_LIBS): $(CPYTHONLIB)
|
||||||
make -C numpy
|
make -C numpy
|
||||||
|
|
||||||
|
|
||||||
emsdk/emsdk:
|
emsdk/emsdk/emsdk_env.sh:
|
||||||
make -C emsdk
|
make -C emsdk
|
||||||
|
|
Loading…
Reference in New Issue