mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CMAKE]
* Fix what seems to be a typo in the definition. svn path=/trunk/; revision=63470
This commit is contained in:
@@ -291,7 +291,7 @@ function(generate_import_lib _libname _dllname _spec_file)
|
||||
endfunction()
|
||||
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_definitions(/D__x86_64)
|
||||
add_definitions(/D__x86_64__)
|
||||
set(SPEC2DEF_ARCH x86_64)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
add_definitions(/D__arm__)
|
||||
|
||||
Reference in New Issue
Block a user