mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Update toolchain-msvc.cmake (#1593)
Adding armasm64 as the assembler. This on its own isn't too useful right now.
This commit is contained in:
parent
9fcf20a412
commit
fcab77871e
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ if(ARCH STREQUAL "amd64")
|
|||
set(CMAKE_ASM_COMPILER ml64)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
set(CMAKE_ASM_COMPILER armasm)
|
||||
elseif(ARCH STREQUAL "arm64")
|
||||
set(CMAKE_ASM_COMPILER armasm64)
|
||||
else()
|
||||
set(CMAKE_ASM_COMPILER ml)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue