From 860be9f0de0713150030428db44d326831ce6ad2 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 4 Mar 2019 20:24:51 -0800 Subject: tools: remove fix_symlinks() function This fixes an issue on Windows that causes build to fails when fix_symlinks() is called concurrently with another build step. It is also no longer necessary, since recent versions of git know how to properly create symbolic links on checkout. --- tools/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/setup.py') diff --git a/tools/setup.py b/tools/setup.py index 95b3b880a..554f16846 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -15,7 +15,6 @@ def main(): os.chdir(root_path) - third_party.fix_symlinks() third_party.download_gn() third_party.download_clang_format() third_party.download_clang() -- cgit v1.2.3