diff options
| author | Dennis E. Hamilton <[email protected]> | 2021-08-16 00:53:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-16 09:53:14 +0200 |
| commit | e203fb58c6025e28acec1f7340e185c00a1d3e2a (patch) | |
| tree | b692c376642f74859103cb87b072a511731c0260 /projects/scripts/README.md | |
| parent | 462e7aec526ca2efe45b5d6066964b1f5ed251bb (diff) | |
| download | raylib-e203fb58c6025e28acec1f7340e185c00a1d3e2a.tar.gz raylib-e203fb58c6025e28acec1f7340e185c00a1d3e2a.zip | |
Match build-windows.bat changes (#1923)
The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change.
Diffstat (limited to 'projects/scripts/README.md')
| -rw-r--r-- | projects/scripts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/scripts/README.md b/projects/scripts/README.md index abb65b77..b60e0ec8 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 |
