From 527397bb88e41874b5c97149311df072b57c5932 Mon Sep 17 00:00:00 2001 From: "aydin.kim" Date: Fri, 2 Aug 2013 10:23:34 +0900 Subject: [PATCH] support android build --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index e1bfcc4..a403766 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,6 +8,9 @@ endif ifeq ($(UNAME),Linux) OSTYPE=linux endif +ifeq ($(CFG_OSTYPE),linux-androideabi) + OSTYPE=android +endif C_SRC= \ src/charset/detect.c \