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