aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/glob_recursive.py
Commit message (Collapse)AuthorAgeLines
* Move actions and scripts to separate reusable repos Spartan3222023-09-24-15/+0
| | | | Add `extension/deps/SCsub`
* Separate build functions from SConstruct Spartan3222023-07-21-0/+15
Placed in scripts/build Streamline scons options with OptionsClass in scripts/build/option_handler.py Move `show_progress` cache function to scripts/build/cache.py Move `GlobRecursive` function to scripts/build/glob_recursive.py Make environment clone of godot-cpp's build Prevents environment leakage into godot-cpp