[Android] build: fix gas dependency
Victorien Le Couviour--Tuffet
git at videolan.org
Tue Oct 23 17:26:52 CEST 2018
vlc-android | branch: 4.0 | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Tue Sep 18 11:27:52 2018 +0200| [e84874144fcfe73058cad97e3150d07c4b8f9e60] | committer: Thomas Guillem
build: fix gas dependency
> https://code.videolan.org/videolan/vlc-android/commit/e84874144fcfe73058cad97e3150d07c4b8f9e60
---
compile-libvlc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 914e5764c..cf6fd32cb 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -439,7 +439,7 @@ cd extras/tools
checkfail "buildsystem tools: bootstrap failed"
make $MAKEFLAGS
checkfail "buildsystem tools: make failed"
-make $MAKEFLAGS .gas
+make $MAKEFLAGS .buildgas
checkfail "buildsystem tools: make failed"
cd ../..
More information about the Android
mailing list