mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Removed OS name from MinGW files.
This commit is contained in:
parent
aa328c0bbd
commit
ddc4d5e8a2
6 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ To use these files you add a special parameter when configuring the source tree:
|
|||
|
||||
For example, to use the Debian GNU/Linux MinGW package, run CMake like this:
|
||||
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=CMake/linux-i586-mingw32msvc.cmake .
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=CMake/i586-mingw32msvc.cmake .
|
||||
|
||||
For more details see this article:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue