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

Samuel Thibault samuel.thibault at ens-lyon.org
Tue Apr 26 20:18:37 CEST 2016


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



More information about the vlc-devel mailing list