Commit 75413cdd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

s/target/host/

parent 026c8f5b
......@@ -137,7 +137,7 @@ dnl Macros for shared object handling (TODO)
AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_MSG_CHECKING(for shared objects suffix)
case "${target_os}" in
case "${host_os}" in
darwin*)
LIBEXT=".dylib"
;;
......@@ -158,7 +158,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_DEFUN([VLC_SYMBOL_PREFIX], [
AC_MSG_CHECKING(for prefix to exported symbols)
SYMPREF=""
case "${target_os}" in
case "${host_os}" in
darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
SYMPREF="_"
;;
......
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