Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/toolchains/mingw-w64-x64.cmake
blob: 6009edf794801e0f71008e525c6a419a92f8d48c (plain) (blame)
1
2
3
set(CMAKE_C_COMPILER   x86_64-w64-mingw32-gcc)
set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
set(CMAKE_RC_COMILER   x86_64-w64-mingw32-windres)