[Android] Compile.sh: fix linking for MIPS
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sat Jan 24 09:49:01 CET 2015
    
    
  
vlc-ports/android | branch: 1.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec  8 18:43:52 2014 +0100| [4121df78e51e2eb19c7d0edbf4b313bf98ce3a14] | committer: Jean-Baptiste Kempf
Compile.sh: fix linking for MIPS
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4121df78e51e2eb19c7d0edbf4b313bf98ce3a14
---
 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 25a5b2f..3d90f1c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -166,7 +166,7 @@ EXTRA_CFLAGS="${EXTRA_CFLAGS} -I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++${CX
 EXTRA_CFLAGS="${EXTRA_CFLAGS} -I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++${CXXSTL}/libs/${ANDROID_ABI}/include"
 
 # Setup LDFLAGS
-EXTRA_LDFLAGS="-L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++${CXXSTL}/libs/${ANDROID_ABI} -lgnustl_static"
+EXTRA_LDFLAGS="-L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++${CXXSTL}/libs/${ANDROID_ABI}/ -lgnustl_static"
 
 # Make in //
 UNAMES=$(uname -s)
    
    
More information about the Android
mailing list