vlc/vlc-3.0 | branch: master | Martin Storsjö <[email protected]> | Tue Dec 19 11:11:06 2017 +0200| [0a97dabdde472ae28f5466d578f12ca2fec816d3] | committer: Jean-Baptiste Kempf
contrib: Map armv*-* triplets to ARCH=arm For armv7 mingw setups, the triplet currently used is armv7-w64-mingw32. (cherry picked from commit 99acb87cc903849d915826cb4d2dfde366960f89) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0a97dabdde472ae28f5466d578f12ca2fec816d3 --- contrib/src/get-arch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/src/get-arch.sh b/contrib/src/get-arch.sh index 801d6b23c5..3431779811 100755 --- a/contrib/src/get-arch.sh +++ b/contrib/src/get-arch.sh @@ -10,6 +10,9 @@ case "$HOST" in amd64-*) ARCH="x86_64" ;; + armv*-*) + ARCH="arm" + ;; i[3456]86-*|x86-*) ARCH="i386" ;; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
