SDL: INSTALL.txt: s/mingw64/mingw-w64/

From cc0a31d09b73dcc47cd6eafeb5bd16317580539e Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 25 Nov 2022 02:43:24 +0300
Subject: [PATCH] INSTALL.txt: s/mingw64/mingw-w64/

---
 INSTALL.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index 5e0a70159a3e..424919ed19e7 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -4,10 +4,10 @@ To compile and install SDL:
     1.  Windows with Visual Studio:
         * Read ./docs/README-visualc.md
 
-        Windows building with mingw64 for x86:
+        Windows building with mingw-w64 for x86:
         * Run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-i686.cmake && cmake --build build && cmake --install build
 
-        Windows building with mingw64 for x64:
+        Windows building with mingw-w64 for x64:
         * Run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-x86_64.cmake && cmake --build build && cmake --install build
 
         macOS with Xcode: