aboutsummaryrefslogtreecommitdiff
path: root/CMakeModules/MinGWCross.cmake
AgeCommit message (Collapse)Author
2020-05-01Make compatible with the current MinGW cross-compilerlat9nq
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.
2018-09-19Update MinGWCross.cmake to lowercasetech4me
2018-09-19travis: running mingw build on travis citech4me
This commit also fixed a broken cmake dependency with unicorn