[vlc-commits] the Hurd also uses the .so extension for libraries

Samuel Thibault git at videolan.org
Sun May 1 10:14:10 CEST 2016


vlc/vlc-2.2 | branch: master | Samuel Thibault <samuel.thibault at ens-lyon.org> | Tue Apr 26 20:18:37 2016 +0200| [a6f3a6832f953951e7f6ed39aa11963c1ccdacf8] | committer: Rémi Denis-Courmont

the Hurd also uses the .so extension for libraries

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit 8d99c0fe7d38297aedd336d8712380e8311ba554)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=a6f3a6832f953951e7f6ed39aa11963c1ccdacf8
---

 extras/analyser/zsh_completion.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/analyser/zsh_completion.sh b/extras/analyser/zsh_completion.sh
index a380a90..156b4d9 100755
--- a/extras/analyser/zsh_completion.sh
+++ b/extras/analyser/zsh_completion.sh
@@ -11,7 +11,7 @@ case $HOST in
     *cygwin*|*mingw*)
         SUFFIX=dll
     ;;
-    *linux*|*bsd*)
+    *linux*|*bsd*|*gnu*)
         SUFFIX=so
     ;;
     *)



More information about the vlc-commits mailing list