We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1aefb1 + 89db4cc commit ebbfc5dCopy full SHA for ebbfc5d
1 file changed
SConstruct
@@ -48,7 +48,7 @@ except:
48
env = Environment(tools=["default"], PLATFORM="")
49
old_env = env
50
51
-env.TOOLPATH = [env.Dir("../").rel_path(env.Dir("tools"))]
+env.TOOLPATH = [env.Dir("tools").abspath]
52
env.is_standalone = is_standalone
53
env.show_progress = show_progress
54
0 commit comments