ammo.js icon indicating copy to clipboard operation
ammo.js copied to clipboard

build.py should not import emscripten python internals

Open sbc100 opened this issue 4 years ago • 2 comments

build.py currently does import tools.shared as emscripten then uses it for a few things.

This kind of use of emscripten internals is almost certainly going to break over time. Lets try to find way to do without it.

sbc100 avatar Apr 16 '20 21:04 sbc100

See https://github.com/emscripten-core/emscripten/issues/10939

sbc100 avatar Apr 16 '20 21:04 sbc100

Probably the best thing would be to rewrite the build script in that case. I think a plain Makefile or CMake would be good ideas.

kripken avatar Apr 16 '20 22:04 kripken