aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Milburn2011-11-17 08:34:30 +0100
committerAlyssa Milburn2011-11-17 08:34:32 +0100
commit981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6 (patch)
tree83ab5529c68402296a5e744a3b0abb46eebe2921
parent7a494ed7cdb68ce5f49c86f93d36bcd070e33a43 (diff)
downloadscummvm-rg350-981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6.tar.gz
scummvm-rg350-981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6.tar.bz2
scummvm-rg350-981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6.zip
ANDROID: Add minimal C++ headers to include path.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 95ece4c6e3..b7b0794a25 100755
--- a/configure
+++ b/configure
@@ -2467,6 +2467,7 @@ case $_backend in
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
CXXFLAGS="$CXXFLAGS -Wa,--noexecstack"
LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+ INCLUDES="$INCLUDES -I$ANDROID_NDK/sources/cxx-stl/system/include"
;;
bada)
# dirent.h not available. NONSTANDARD_PORT==ensure portdefs.h is included