Closed Joncom closed 11 years ago
A recent commit has broken the Makefile, by removing the EMSCRIPTEN variable, which is still being used by the following line:
Makefile
EMSCRIPTEN
$(PYTHON) $(EMSCRIPTEN)/tools/bindings_generator.py box2d_bindings box2d.clean.h ...*truncated*
Resulting in the following error message on compile:
python: can't open file '1/tools/bindings_generator.py': [Errno 2] No such file or directory
Edit
Made a pull request with a fix for this.
A recent commit has broken the
Makefile
, by removing theEMSCRIPTEN
variable, which is still being used by the following line:Resulting in the following error message on compile:
Edit
Made a pull request with a fix for this.