summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-07 11:05:36 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-07 11:05:36 +0100
commit6b1e50ba97e4d60b03098e8eb585a039074c7d35 (patch)
tree963b56df7c4f7f8d54789d2bc4e37e262580ca78 /SConstruct
parent67234eafc10d84b25efe706463d9ec6a479940b5 (diff)
parent0b43b0124f65418e5e9b82e07ad03dc1168fd0e8 (diff)
downloadredot-engine-6b1e50ba97e4d60b03098e8eb585a039074c7d35.tar.gz
Merge pull request #88025 from shana/fix-incremental-builds
SCons: Fix incremental builds breaking when querying the dependency tree from a SCsub
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f0f53ddc65..04564ad149 100644
--- a/SConstruct
+++ b/SConstruct
@@ -152,7 +152,7 @@ env_base["x86_libtheora_opt_gcc"] = False
env_base["x86_libtheora_opt_vc"] = False
# avoid issues when building with different versions of python out of the same directory
-env_base.SConsignFile(".sconsign{0}.dblite".format(pickle.HIGHEST_PROTOCOL))
+env_base.SConsignFile(File("#.sconsign{0}.dblite".format(pickle.HIGHEST_PROTOCOL)).abspath)
# Build options