[Android] [PATCH 3/3] build: fix gas building on vlc 3.0 and 4.0 branch

Zhao quinkblack at foxmail.com
Wed Oct 31 14:02:11 CET 2018


---
 compile-libvlc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 8b7d76a..69d43da 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -84,7 +84,7 @@ cd vlc/extras/tools
 checkfail "buildsystem tools: bootstrap failed"
 make $MAKEFLAGS
 checkfail "buildsystem tools: make failed"
-make $MAKEFLAGS .gas
+make $MAKEFLAGS .gas || make $MAKEFLAGS .buildgas
 checkfail "buildsystem tools: make failed"
 cd ../../..
 
-- 
2.9.5



More information about the Android mailing list