Fix "MinGW = MinGW-W64" mistake

MinGW and MinGW-W64 are two separate projects.
This commit is contained in:
Михаил Агарков 2024-10-15 15:19:30 +00:00 committed by GitHub
parent ee009cf107
commit d3fcd7fabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ The program loads WinDivert driver which uses Windows Filtering Platform to set
# How to build from source
This project can be build using **GNU Make** and [**mingw**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert).
This project can be build using **GNU Make** and [**MinGW-W64**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert).
To build x86 exe run: