From 917387616ee0630e446f7f58215ea78224a2cd5c Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 26 Aug 2017 22:21:00 +0900 Subject: [PATCH] don't set RLDFLAGS for android --- Makefile.detect | 4 ++++ 1 file changed, 4 insertions(+) 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.