We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028db39 commit 00e8c81Copy full SHA for 00e8c81
Makefile
@@ -49,6 +49,7 @@ em:
49
(export BASECFLAGS=-m32 LDFLAGS=-m32 && emconfigure ./configure $(CONFFLAGS))
50
git apply ../hacks.patch
51
emmake make || true # errors on running python
52
+ mv python python.bc # only useful if replacing the emscripten test .bc file
53
cp ../python.native python && chmod +x python
54
#cp ../pgen.native Parser/pgen && chmod +x Parser/pgen
55
emmake make
0 commit comments