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/toolchains/cmake/gcc-x64.cmake
blob: 2f7019e2c800cce9158b8927276c45a9e0281448 (plain) (blame)
1
2
3
4
set(CMAKE_C_COMPILER gcc)
set(CMAKE_C_FLAGS -m64)
set(CMAKE_CXX_COMIPLER g++)
set(CMAKE_CXX_FLAGS -m64)