Kode / kmake

Meta build system
Other
12 stars 14 forks source link

BUG emscripten and wasm infinite copy loop on project generation. #57

Open Paolo-Oliverio opened 2 months ago

Paolo-Oliverio commented 2 months ago

I'm not able to reproduce it at the moment but I encountered an infinite copy loop on those 2 platforms possibly due to how I named project / debug dir or -to dir as possibly changing just them I never got that issue again.

emscripten also don't like debug directories in bin/emscripten and this could be an hint for this bug . if it is set to bin/emscripten it requires an empty emscripten dir where kfile.js is.

placeholder I'll post more details as soon I fond a reproducible setup for the bug.