mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[CMAKE]
Revert r63470 and add a comment, that this is not a typo. svn path=/trunk/; revision=63485
This commit is contained in:
parent
0f0db19784
commit
c0931f28b6
1 changed files with 3 additions and 1 deletions
|
@ -291,7 +291,9 @@ function(generate_import_lib _libname _dllname _spec_file)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
if(ARCH STREQUAL "amd64")
|
if(ARCH STREQUAL "amd64")
|
||||||
add_definitions(/D__x86_64__)
|
# This is NOT a typo.
|
||||||
|
# See https://software.intel.com/en-us/forums/topic/404643
|
||||||
|
add_definitions(/D__x86_64)
|
||||||
set(SPEC2DEF_ARCH x86_64)
|
set(SPEC2DEF_ARCH x86_64)
|
||||||
elseif(ARCH STREQUAL "arm")
|
elseif(ARCH STREQUAL "arm")
|
||||||
add_definitions(/D__arm__)
|
add_definitions(/D__arm__)
|
||||||
|
|
Loading…
Reference in a new issue