Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jul 7, 2019
1 parent 49961d3 commit 556dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl Build {
.unwrap();
ninja
.env("PYTHONPATH", python_path.join(";"))
.env("PATH", path + &orig_path)
.env("PATH", path + ";" + &orig_path)
.env("DEPOT_TOOLS_WIN_TOOLCHAIN", "0")
};

Expand Down

0 comments on commit 556dfde

Please sign in to comment.