kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.38k stars 347 forks source link

Hardcoded emscripten location in cube2/src/web/makefile #32

Closed cheshirecode closed 11 years ago

cheshirecode commented 11 years ago

https://github.com/kripken/BananaBread/blob/master/cube2/src/web/Makefile#L1 ~/Dev/emscripten should be changed to use environment variable (if applicable) or maybe the tutorial/FAQ should flag that.

kripken commented 11 years ago

Fixed, we require EMSCRIPTEN be defined in the environment now.