What to do with the source after a failed build?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Kıvanç Tezören

After a terminated scons build for export templates, should I discard all changes and reinstall the source code? What do you suggest, do the leftover files affect the next building attempt in any way?

:bust_in_silhouette: Reply From: Zylann

According to the doc you don’t need to do anything: Introduction to the buildsystem — Godot Engine (3.1) documentation in English

if you want to be sure you could ask SCons to cleanup the files with scons --clean p=yourplatform. Or, if you cloned with Git, you could clean the repo with git clean Git - git-clean Documentation

Alright, thanks for the info

Kıvanç Tezören | 2019-08-02 17:46