diff options
author | dhewg | 2011-04-09 12:49:41 +0200 |
---|---|---|
committer | dhewg | 2011-04-09 12:49:41 +0200 |
commit | 44ab256101c8beec0860538127c2c7d602366c71 (patch) | |
tree | 9174b247ba098a752391c667b61b77a2eb5c4b86 | |
parent | e2a0c096924df7ba2ba0c0d8888341563e6e3995 (diff) | |
download | scummvm-rg350-44ab256101c8beec0860538127c2c7d602366c71.tar.gz scummvm-rg350-44ab256101c8beec0860538127c2c7d602366c71.tar.bz2 scummvm-rg350-44ab256101c8beec0860538127c2c7d602366c71.zip |
CONFIGURE: Use FORCE_RTL for the Android backend
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |