diff options
author | dhewg | 2011-04-10 11:23:02 +0200 |
---|---|---|
committer | dhewg | 2011-04-10 11:23:02 +0200 |
commit | fc582bfc8fa74992e55d1395166fbac60a577084 (patch) | |
tree | e39021e8502bff628d487f73d9ff436af049876a | |
parent | 6c0bca8aae3c84d55f1a8abbbe4ee3c52e2a2427 (diff) | |
download | scummvm-rg350-fc582bfc8fa74992e55d1395166fbac60a577084.tar.gz scummvm-rg350-fc582bfc8fa74992e55d1395166fbac60a577084.tar.bz2 scummvm-rg350-fc582bfc8fa74992e55d1395166fbac60a577084.zip |
Revert "CONFIGURE: Use FORCE_RTL for the Android backend"
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71.
-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 -DFORCE_RTL" + DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE" ;; dc) INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include' |