Skip to content

Commit 00e8c81

Browse files
committed
Ready to update emscripten test
1 parent 028db39 commit 00e8c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ em:
4949
(export BASECFLAGS=-m32 LDFLAGS=-m32 && emconfigure ./configure $(CONFFLAGS))
5050
git apply ../hacks.patch
5151
emmake make || true # errors on running python
52+
mv python python.bc # only useful if replacing the emscripten test .bc file
5253
cp ../python.native python && chmod +x python
5354
#cp ../pgen.native Parser/pgen && chmod +x Parser/pgen
5455
emmake make

0 commit comments

Comments
 (0)