(Android) Build fix

This commit is contained in:
twinaphex 2014-10-22 00:26:15 +02:00
parent 2c8971f308
commit 187d4362ca
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ LOCAL_MODULE := retroarch-jni
RARCH_DIR := ../../..
LOCAL_CFLAGS += -std=gnu99 -Wall -DHAVE_LOGGER -DRARCH_DUMMY_LOG -DHAVE_ZLIB -DHAVE_MMAP -DRARCH_INTERNAL
LOCAL_LDLIBS := -llog -lz
LOCAL_SRC_FILES := apk-extract/apk-extract.c $(RARCH_DIR)/file_extract.c $(RARCH_DIR)/file_path.c $(RARCH_DIR)/string_list.c $(RARCH_DIR)/libretro-sdk/compat/compat.c
LOCAL_SRC_FILES := apk-extract/apk-extract.c $(RARCH_DIR)/file_extract.c $(RARCH_DIR)/libretro-sdk/file/file_path.c $(RARCH_DIR)/file_ops.c $(RARCH_DIR)/libretro-sdk/string/string_list.c $(RARCH_DIR)/libretro-sdk/compat/compat.c
LOCAL_C_INCLUDES := $(RARCH_DIR)/libretro-sdk/include/

View File

@ -1,5 +1,5 @@
#include "../../../../file_extract.h"
#include "../../../../content.h"
#include "../../../../file_ops.h"
#include <file/file_path.h>
#include <stdio.h>