diff options
| author | Ray <[email protected]> | 2021-06-13 12:08:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-13 12:08:44 +0200 |
| commit | 3e68059556f628a172292ec99389fe2fbd820716 (patch) | |
| tree | fb2026f42b5702d5e1040bdd865e0a4e7828c920 /projects/scripts | |
| parent | 213c990eda36f7981434bbd15163cc8b8cbe4bfe (diff) | |
| parent | 929fa5780da0230f4e20bb45549f91d23f8e700d (diff) | |
| download | raylib-3e68059556f628a172292ec99389fe2fbd820716.tar.gz raylib-3e68059556f628a172292ec99389fe2fbd820716.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'projects/scripts')
| -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 ccc4b4db..abb65b77 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 [`windows-build.bat`](windows-build.bat). +line 101 of [`build-windows.bat`](build-windows.bat). ## Script customization First of all, the scripts have a few variables at the very top, which |
