diff --git a/Makefile.detect b/Makefile.detect index 813b8d28..b0dc033d 100644 --- a/Makefile.detect +++ b/Makefile.detect @@ -29,6 +29,9 @@ PLATFORM=cygwin SOLIBDIR = $(BINDIR) DIFFOPTS = -b else +ifeq ($(shell uname -o),Android) +PLATFORM=android +else ifeq ($(shell uname -o),GNU/Linux) PLATFORM=linux else @@ -41,6 +44,7 @@ endif endif endif endif +endif ######################################################################## # Set default variables for the platform.