Fix PS3 build.

This commit is contained in:
Mike Pall
2013-01-11 12:19:53 +01:00
parent f22d5d9eef
commit e434ab505e
2 changed files with 9 additions and 3 deletions

View File

@@ -209,7 +209,7 @@
#else
#define LJ_ARCH_VERSION 0
#endif
#if __PPC64__ || __powerpc64__ || LJ_TARGET_XBOX360
#if __PPC64__ || __powerpc64__ || LJ_TARGET_CONSOLE
#define LJ_ARCH_PPC64 1
#define LJ_ARCH_NOFFI 1
#endif