Enable HAVE_LIGHTREC=1 for Android

This commit is contained in:
twinaphex 2020-01-22 16:23:49 +01:00
parent 759dce0d43
commit f36f1d233e

View File

@ -16,7 +16,7 @@ HAVE_VULKAN := 0
HAVE_CHD := 1
IS_X86 := 0
FLAGS :=
HAVE_LIGHTREC := 0
HAVE_LIGHTREC := 1
ifeq ($(TARGET_ARCH),x86)
IS_X86 := 1