summaryrefslogtreecommitdiff
path: root/CMakeModules/MinGWCross.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make compatible with the current MinGW cross-compilerGravatar lat9nq2020-05-011-2/+2
| | | | | | The Docker image was just updated to use Arch Linux instead of Ubuntu. This PR sets the compiler names to reflect how they are installed on the Arch Linux Docker image. Fixes "x86_64-w64-mingw32-g++-posix is not a full path and was not found in the PATH." errors in CMake.
* Update MinGWCross.cmake to lowercaseGravatar tech4me2018-09-191-40/+40
|
* travis: running mingw build on travis ciGravatar tech4me2018-09-191-0/+54
This commit also fixed a broken cmake dependency with unicorn