[vlc-commits] the Hurd also uses the .so extension for libraries
Samuel Thibault
git at videolan.org
Tue Apr 26 21:10:14 CEST 2016
vlc | branch: master | Samuel Thibault <samuel.thibault at ens-lyon.org> | 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 <remi at remlab.net>
> 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
;;
*)
More information about the vlc-commits
mailing list