diff options
author | Andreia Gaita <shana@spoiledcat.net> | 2024-02-06 18:49:50 +0100 |
---|---|---|
committer | Andreia Gaita <shana@spoiledcat.net> | 2024-02-06 19:52:30 +0100 |
commit | 0b43b0124f65418e5e9b82e07ad03dc1168fd0e8 (patch) | |
tree | e3d7b6cd0edaccc851a2e0849f40a4b303055380 /modules/gdscript/gdscript_cache.cpp | |
parent | 3a8524dd923e9d9a79e4979a47fd427388ea7010 (diff) | |
download | redot-engine-0b43b0124f65418e5e9b82e07ad03dc1168fd0e8.tar.gz |
Use an absolute path for SConsignFile so all Sconscript invocations share the same database
SConscript("some SCsub path") calls create a new context where a relative path
to the .sconsign file is interpreted as being next to the currently executing
SCsub, and not the one at the root. This breaks incremental build detection
because scons can't find the build information of dependent files outside of the
SCsub directory and just rebuilds everything every time.
Diffstat (limited to 'modules/gdscript/gdscript_cache.cpp')
0 files changed, 0 insertions, 0 deletions