MinGW: added rc compiler to toolchain.

Ref issue #54.
This commit is contained in:
Muzychenko Andrey 2021-10-19 08:13:21 +03:00
parent 4188cd3455
commit 43ce86571c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ set(CMAKE_STRIP "${TOOLCHAIN_PREFIX}-strip")
set(CMAKE_SIZE "${TOOLCHAIN_PREFIX}-size")
set(CMAKE_AR "${TOOLCHAIN_PREFIX}-ar")
set(ASSEMBLER "${TOOLCHAIN_PREFIX}-as")
set(CMAKE_RC_COMPILER "${TOOLCHAIN_PREFIX}-windres")
set(CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX})