changeset 64:0627ea35c882

small bugfix (forgotten '\' in libMikMod)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 04 Jul 2007 15:37:39 +0000
parents 352d63d6a752
children b0052f79b00e
files build_mingw_cross_env.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Wed Jul 04 16:16:52 2007 +0200
+++ b/build_mingw_cross_env.sh	Wed Jul 04 15:37:39 2007 +0000
@@ -1339,7 +1339,7 @@
     NM="$TARGET-nm" \
     RANLIB="$TARGET-ranlib" \
     STRIP="$TARGET-strip" \
-    LIBS="-lws2_32"
+    LIBS="-lws2_32" \
     ./configure \
         --disable-shared \
         --prefix="$PREFIX/$TARGET" \