[Android] build: fix gas dependency

Victorien Le Couviour--Tuffet git at videolan.org
Tue Oct 23 19:13:46 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| [c1d909ddb47ed89e9e1fd7dadb742047ce7e88d0] | committer: Thomas Guillem

build: fix gas dependency

> https://code.videolan.org/videolan/vlc-android/commit/c1d909ddb47ed89e9e1fd7dadb742047ce7e88d0
---

 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