瀏覽代碼

Merge pull request #88025 from shana/fix-incremental-builds

SCons: Fix incremental builds breaking when querying the dependency tree from a SCsub
Rémi Verschelde 1 年之前
父節點
當前提交
6b1e50ba97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

@@ -152,7 +152,7 @@ env_base["x86_libtheora_opt_gcc"] = False
 env_base["x86_libtheora_opt_vc"] = False
 env_base["x86_libtheora_opt_vc"] = False
 
 
 # avoid issues when building with different versions of python out of the same directory
 # 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
 # Build options