aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.12/android-configure.sh
diff options
context:
space:
mode:
authorStefan Hilzinger <hilzinger@google.com>2011-02-22 12:00:40 +0000
committerStefan Hilzinger <hilzinger@google.com>2011-02-22 12:00:40 +0000
commitfb1698793fc07654b3498462e9aefec62f7aa809 (patch)
treeb84a5aa27c316326a0a435471d6d9f7c19e85627 /distrib/sdl-1.2.12/android-configure.sh
parent96bee312f9fd75d8073c1150a2b239be1f6a9d9e (diff)
downloadexternal_qemu-fb1698793fc07654b3498462e9aefec62f7aa809.zip
external_qemu-fb1698793fc07654b3498462e9aefec62f7aa809.tar.gz
external_qemu-fb1698793fc07654b3498462e9aefec62f7aa809.tar.bz2
Fixing the standalone build of the emulator.
Change-Id: I81567b512df04314d87dd3846b02d8895829937d
Diffstat (limited to 'distrib/sdl-1.2.12/android-configure.sh')
-rwxr-xr-xdistrib/sdl-1.2.12/android-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/sdl-1.2.12/android-configure.sh b/distrib/sdl-1.2.12/android-configure.sh
index 133daf4..95bb91f 100755
--- a/distrib/sdl-1.2.12/android-configure.sh
+++ b/distrib/sdl-1.2.12/android-configure.sh
@@ -479,7 +479,7 @@ generate_sdl_config ()
# replace @exec_prefix@ with "{prefix}", and @libdir@ with "{libdir}"
cat > $TMPC <<EOF
s!@exec_prefix@!\$\{prefix\}!g
-s!@libdir@!\$\{exec_prefix\}/lib!g
+s!@libdir@!\$\{exec_prefix\}/libs!g
s!@includedir@!\$\{prefix\}/include!g
EOF