kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.32k stars 198 forks source link

"git submodule update --init" pulls Emscripten repo, but files are missing. #29

Closed Joncom closed 11 years ago

Joncom commented 11 years ago

If I clone Emscripten directly, all files exist as they should.

However, if I clone the box2d.js repo, and run "git submodule update --init", then the emscripten directory is created and filled with files, but emcc.bat is missing.

Joncom commented 11 years ago

kripken removed submodule from repo. Non-issue now.