From f1b0ec772c52a6ab0ac6ef6c27b650eb28a94d48 Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Fri, 25 Oct 2019 10:53:42 +0200 Subject: CONFIGURE: Remove include path cxx-stl for android (host_os) builds --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 41625d5c6c..0277e2017c 100755 --- a/configure +++ b/configure @@ -3556,7 +3556,8 @@ case $_backend in append_var DEFINES "-DREDUCE_MEMORY_USAGE" append_var CXXFLAGS "-Wa,--noexecstack" append_var LDFLAGS "-Wl,-z,noexecstack" - append_var INCLUDES "-isystem $ANDROID_NDK/sources/cxx-stl/system/include" + # removed the following directive - was causing compilation issues when not also explicitly using --disable-mt32emu +# append_var INCLUDES "-isystem $ANDROID_NDK/sources/cxx-stl/system/include" ;; androidsdl) _sdl=auto -- cgit v1.2.3