summaryrefslogtreecommitdiffstats
path: root/CMakeModules/MinGWClangCross.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-17CMakeModules: Add MinGWClangCrosslat9nq1-11/+12
Facilitates what programs we need for cross-compiling to Windows from Linux using LLVM's compilers. Based on MinGWCross
2020-05-02Make compatible with the current MinGW cross-compilerlat9nq1-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.
2018-09-19Update MinGWCross.cmake to lowercasetech4me1-40/+40
2018-09-19travis: running mingw build on travis citech4me1-0/+54
This commit also fixed a broken cmake dependency with unicorn