mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[CMAKE] msvc.cmake: Remove add_definitions(/D__arm__) (#3710)
This commit is contained in:
parent
cbf8b367f5
commit
665dac03b8
1 changed files with 0 additions and 1 deletions
|
@ -363,7 +363,6 @@ if(ARCH STREQUAL "amd64")
|
|||
add_definitions(/D__x86_64)
|
||||
set(SPEC2DEF_ARCH x86_64)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
add_definitions(/D__arm__)
|
||||
set(SPEC2DEF_ARCH arm)
|
||||
elseif(ARCH STREQUAL "arm64")
|
||||
add_definitions(/D__arm64__)
|
||||
|
|
Loading…
Reference in a new issue