vlc | branch: master | Samuel Thibault <[email protected]> | Tue Apr 
26 20:18:37 2016 +0200| [8d99c0fe7d38297aedd336d8712380e8311ba554] | committer: 
Rémi Denis-Courmont

the Hurd also uses the .so extension for libraries

Signed-off-by: Rémi Denis-Courmont <[email protected]>

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

 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
     ;;
     *)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to