From ea56292481994defdf8ac727a0cbe833f890c1f0 Mon Sep 17 00:00:00 2001 From: "Dennis E. Hamilton" Date: Sun, 15 Aug 2021 13:59:33 -0700 Subject: [PATCH] Match build-windows.bat changes The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change. --- projects/scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/scripts/README.md b/projects/scripts/README.md index abb65b77c..b60e0ec88 100644 --- a/projects/scripts/README.md +++ b/projects/scripts/README.md @@ -6,7 +6,7 @@ exception to this however, and that is Windows, because Windows doesn't have a built-in C compiler. On Windows, you'll need to install [Visual Studio][visual-studio] or the [build tools][vs-tools]. If you didn't install them in the default location, write your changes around -line 101 of [`build-windows.bat`](build-windows.bat). +line 38 of [`build-windows.bat`](build-windows.bat). ## Script customization First of all, the scripts have a few variables at the very top, which