Commit 3da2e51e authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Duraffort

OS/2 uses .dll as a extention for a shared library

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 168e56b0
...@@ -150,7 +150,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [ ...@@ -150,7 +150,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
darwin*) darwin*)
LIBEXT=".dylib" LIBEXT=".dylib"
;; ;;
*mingw32* | *cygwin* | *wince* | *mingwce*) *mingw32* | *cygwin* | *wince* | *mingwce* | *os2*)
LIBEXT=".dll" LIBEXT=".dll"
;; ;;
hpux*) hpux*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment