deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

Fix bug where Tundra would often stomp tundra.lua with the starter template #318

Closed trixnz closed 5 years ago

trixnz commented 5 years ago

Tundra would sometimes overwrite tundra.lua files as it thought -Q was being passed in. This was because m_QuickstartGen was never initialized and remained as undefined data, more so than not resulting in true (non-zero).

leblane commented 5 years ago

I'd really like to see this bug fix merged. On e.g. ARM Linux the config file stomping seems to happen every time.

deplinenoise commented 5 years ago

Thanks, dupe of a PR that was just merged.