mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
* Define _inline to __inline when cross compiling. Dedicated to Alex. svn path=/trunk/; revision=55218
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user