x64: Allow building without external unwinder.

Required for PS4 SDK 2.5. Thanks to James Park.
This commit is contained in:
Mike Pall
2015-06-09 21:56:58 +02:00
parent 69e5342eb8
commit 72347895ed
6 changed files with 37 additions and 8 deletions

View File

@@ -423,7 +423,7 @@
#define LUAJIT_NO_EXP2
#endif
#if defined(LUAJIT_NO_UNWIND) || defined(__symbian__) || LJ_TARGET_IOS || LJ_TARGET_PS3
#if defined(LUAJIT_NO_UNWIND) || defined(__symbian__) || LJ_TARGET_IOS || LJ_TARGET_PS3 || LJ_TARGET_PS4
#define LJ_NO_UNWIND 1
#endif