diff options
author | Alyssa Milburn | 2011-11-17 08:34:30 +0100 |
---|---|---|
committer | Alyssa Milburn | 2011-11-17 08:34:32 +0100 |
commit | 981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6 (patch) | |
tree | 83ab5529c68402296a5e744a3b0abb46eebe2921 | |
parent | 7a494ed7cdb68ce5f49c86f93d36bcd070e33a43 (diff) | |
download | scummvm-rg350-981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6.tar.gz scummvm-rg350-981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6.tar.bz2 scummvm-rg350-981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6.zip |
ANDROID: Add minimal C++ headers to include path.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |