diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e7f48fdd..cdca7211 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -237,6 +237,7 @@ ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH))) | |||
237 | TARGET_SYS= PS3 | 237 | TARGET_SYS= PS3 |
238 | TARGET_ARCH+= -D__CELLOS_LV2__ | 238 | TARGET_ARCH+= -D__CELLOS_LV2__ |
239 | TARGET_XCFLAGS+= -DLUAJIT_USE_SYSMALLOC | 239 | TARGET_XCFLAGS+= -DLUAJIT_USE_SYSMALLOC |
240 | TARGET_XLIBS+= -lpthread | ||
240 | endif | 241 | endif |
241 | ifneq (,$(findstring LJ_NO_UNWIND 1,$(TARGET_TESTARCH))) | 242 | ifneq (,$(findstring LJ_NO_UNWIND 1,$(TARGET_TESTARCH))) |
242 | TARGET_ARCH+= -DLUAJIT_NO_UNWIND | 243 | TARGET_ARCH+= -DLUAJIT_NO_UNWIND |