Ivorforce / NumDot

Tensor math and scientific computation for the Godot game engine.
https://numdot.readthedocs.io
MIT License
19 stars 7 forks source link

Scons build is not set up correctly #23

Closed Ivorforce closed 1 month ago

Ivorforce commented 2 months ago

The main target runs before the command targets have time to complete. This means you currently have to let it run through twice. No idea what the culprit is.

Edit: I've seen mention of target=template_release online. This implies the existence of target=template_debug. Possibly these are the targets we should be dependencies for, rather than the "target_file_path" target used right now. Ideally, there should be a target for all templates, release or not.