aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhewg2011-04-09 12:49:41 +0200
committerdhewg2011-04-09 12:49:41 +0200
commit44ab256101c8beec0860538127c2c7d602366c71 (patch)
tree9174b247ba098a752391c667b61b77a2eb5c4b86
parente2a0c096924df7ba2ba0c0d8888341563e6e3995 (diff)
downloadscummvm-rg350-44ab256101c8beec0860538127c2c7d602366c71.tar.gz
scummvm-rg350-44ab256101c8beec0860538127c2c7d602366c71.tar.bz2
scummvm-rg350-44ab256101c8beec0860538127c2c7d602366c71.zip
CONFIGURE: Use FORCE_RTL for the Android backend
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 035d6c3556..f74ee9677c 100755
--- a/configure
+++ b/configure
@@ -3002,7 +3002,7 @@ case $_backend in
# than pick up anything unhygenic from the Android libs.
LIBS="-Wl,-Bstatic $static_libs"
LIBS="$LIBS -Wl,-Bdynamic -lgcc $system_libs -llog -lGLESv1_CM"
- DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
+ DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE -DFORCE_RTL"
;;
dc)
INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'