mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
Move dir variable
This commit is contained in:
parent
2f17fdd651
commit
e25472013f
@ -11,6 +11,7 @@ INCFLAGS :=
|
||||
DEFINES :=
|
||||
|
||||
LIBRETRO_COMM_DIR := $(RARCH_DIR)/libretro-common
|
||||
DEPS_DIR := $(RARCH_DIR)/deps
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
@ -75,8 +76,6 @@ LOCAL_CFLAGS := $(subst -O3,-O2,$(LOCAL_CFLAGS))
|
||||
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -landroid -lEGL $(GLES_LIB) $(LOGGER_LDLIBS) -ldl
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(RARCH_DIR)/libretro-common/include/
|
||||
|
||||
DEPS_DIR := $(RARCH_DIR)/deps
|
||||
|
||||
ifeq ($(HAVE_VULKAN),1)
|
||||
INCFLAGS += $(LOCAL_PATH)/$(RARCH_DIR)/gfx/include
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user