Fix OSX compilation #1.

This commit is contained in:
Arkshine 2014-08-10 22:58:38 +02:00
parent 41f6932b68
commit 0fed80968b

View File

@ -9,6 +9,7 @@ binary.compiler.cxxincludes += [
]
binary.compiler.defines += [
'SM_DEFAULT_THREADER',
'stricmp=strcasecmp',
'HAVE_STDINT_H',
]