* Define _inline to __inline when cross compiling. Dedicated to Alex.

svn path=/trunk/; revision=55218
This commit is contained in:
Amine Khaldi 2012-01-26 19:09:02 +00:00
parent 4757317188
commit 84a2257119

View file

@ -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)