mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +00:00
[CMAKE]
* Define _inline to __inline when cross compiling. Dedicated to Alex. svn path=/trunk/; revision=55218
This commit is contained in:
parent
4757317188
commit
84a2257119
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ elseif(ARCH MATCHES arm)
|
|||
add_definitions(-D__MSVCRT__) # DUBIOUS
|
||||
endif()
|
||||
|
||||
add_definitions(-D_inline=__inline)
|
||||
|
||||
# alternative arch name
|
||||
if(ARCH MATCHES amd64)
|
||||
set(ARCH2 x86_64)
|
||||
|
|
Loading…
Reference in a new issue