diff options
author | Thanasis Antoniou | 2019-10-25 10:53:42 +0200 |
---|---|---|
committer | Thanasis Antoniou | 2019-10-25 10:54:32 +0200 |
commit | f1b0ec772c52a6ab0ac6ef6c27b650eb28a94d48 (patch) | |
tree | fbe0db587af832f752968d214089178a9102a8d4 /configure | |
parent | 177f69549f2f567ccf81bb8fa7bd14fa0daf1025 (diff) | |
download | scummvm-rg350-f1b0ec772c52a6ab0ac6ef6c27b650eb28a94d48.tar.gz scummvm-rg350-f1b0ec772c52a6ab0ac6ef6c27b650eb28a94d48.tar.bz2 scummvm-rg350-f1b0ec772c52a6ab0ac6ef6c27b650eb28a94d48.zip |
CONFIGURE: Remove include path cxx-stl for android (host_os) builds
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |