From: notaz Date: Thu, 3 Nov 2022 21:30:52 +0000 (+0200) Subject: try to fix the android build X-Git-Tag: r24l~344 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d32fcfade3f9f385505d4ddc311cbf3ae41aac;p=pcsx_rearmed.git try to fix the android build --- diff --git a/jni/Android.mk b/jni/Android.mk index 501b0671..4ba224fc 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -113,6 +113,7 @@ endif HAVE_ARI64=0 HAVE_LIGHTREC=0 LIGHTREC_CUSTOM_MAP=0 +LIGHTREC_THREADED_COMPILER=0 HAVE_GPU_NEON=0 ifeq ($(TARGET_ARCH_ABI),armeabi-v7a) HAVE_ARI64=1 @@ -132,6 +133,7 @@ else COREFLAGS += -DDRC_DISABLE endif COREFLAGS += -DLIGHTREC_CUSTOM_MAP=$(LIGHTREC_CUSTOM_MAP) + COREFLAGS += -DLIGHTREC_ENABLE_THREADED_COMPILER=$(LIGHTREC_THREADED_COMPILER) ifeq ($(HAVE_ARI64),1) SOURCES_C += $(DYNAREC_DIR)/new_dynarec.c \