vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Fri Jul 1 17:47:06 2011 +0300| [c31c9e357c2819665df16340110e0f49c7048d5d] | committer: Rémi Denis-Courmont
contrib: fix $(ARCH) for amd64-* > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c31c9e357c2819665df16340110e0f49c7048d5d --- contrib/src/get-arch.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/contrib/src/get-arch.sh b/contrib/src/get-arch.sh index 8495ddb..2df77de 100755 --- a/contrib/src/get-arch.sh +++ b/contrib/src/get-arch.sh @@ -7,6 +7,9 @@ if test -z "$HOST"; then fi case "$HOST" in + amd64-*) + ARCH="x86_64" + ;; i[3456]86-*) ARCH="i386" ;; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
