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. --- website/manual.md | 1 + 1 file changed, 1 insertion(+) (limited to 'website') diff --git a/website/manual.md b/website/manual.md index f16fa4345..acb239604 100644 --- a/website/manual.md +++ b/website/manual.md @@ -167,6 +167,7 @@ Extra steps for Windows users: `Programs and Features` → Select `Windows Software Development Kit - Windows 10` → `Change` → `Change` → Check `Debugging Tools For Windows` → `Change` -> `Finish`. +4. Make sure you are using git version 2.19.2.windows.1 or newer. #### Other useful commands -- cgit v1.2.3