Skip to content

Commit ebbfc5d

Browse files
authored
Merge pull request #29 from OpenVicProject/prefer/abspath
Change TOOLPATH to use abspath
2 parents d1aefb1 + 89db4cc commit ebbfc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ except:
4848
env = Environment(tools=["default"], PLATFORM="")
4949
old_env = env
5050

51-
env.TOOLPATH = [env.Dir("../").rel_path(env.Dir("tools"))]
51+
env.TOOLPATH = [env.Dir("tools").abspath]
5252
env.is_standalone = is_standalone
5353
env.show_progress = show_progress
5454

0 commit comments

Comments
 (0)