]> git.sesse.net Git - vlc/commitdiff
contrib: Don't change HOST when building for android
authorRafaël Carré <funman@videolan.org>
Sun, 27 Nov 2011 09:46:39 +0000 (04:46 -0500)
committerRafaël Carré <funman@videolan.org>
Sun, 27 Nov 2011 11:15:22 +0000 (06:15 -0500)
contrib/src/main.mak

index 5ec18ee28b8e3011bb3ceb3e32b22aa5fc747caf..eef0ac2da70a044f880c30fca88256e429bd34e7 100644 (file)
@@ -104,9 +104,6 @@ ifdef HAVE_NEON
 else
     EXTRA_CFLAGS += -I$(ANDROID_NDK)/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include
 endif
-
-# Change HOST to not confuse autotools
-HOST=arm-eabi
 endif
 
 ifdef HAVE_MACOSX