mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
* Fix what seems to be a typo in the definition. svn path=/trunk/; revision=63470
This commit is contained in:
parent
f7e65fe136
commit
643b00912f
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ function(generate_import_lib _libname _dllname _spec_file)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
if(ARCH STREQUAL "amd64")
|
if(ARCH STREQUAL "amd64")
|
||||||
add_definitions(/D__x86_64)
|
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