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/build.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/build.py') diff --git a/tools/build.py b/tools/build.py index 32d43c2ff..e66f1f094 100755 --- a/tools/build.py +++ b/tools/build.py @@ -10,8 +10,6 @@ from util import build_path, enable_ansi_colors, run def main(argv): enable_ansi_colors() - third_party.fix_symlinks() - ninja_args = argv[1:] if not "-C" in ninja_args: if not os.path.isdir(build_path()): -- cgit v1.2.3