[Scummvm-cvs-logs] scummvm master -> 981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6

fuzzie fuzzie at fuzzie.org
Thu Nov 17 08:38:18 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
981b1cdd76 ANDROID: Add minimal C++ headers to include path.


Commit: 981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6
    https://github.com/scummvm/scummvm/commit/981b1cdd76cd5a6e2a452a8da0e1555c59f3c5e6
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-11-16T23:34:32-08:00

Commit Message:
ANDROID: Add minimal C++ headers to include path.

Changed paths:
    configure



diff --git a/configure b/configure
index 95ece4c..b7b0794 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






More information about the Scummvm-git-logs mailing list