1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

Fix (hopefully -again-) new build system on Win32

This commit is contained in:
Rémi Denis-Courmont 2005-08-19 17:52:53 +00:00
parent c8008fa94c
commit a10626055e

View File

@ -157,7 +157,7 @@ AC_DEFUN([VLC_SYMBOL_PREFIX], [
AC_MSG_CHECKING(for prefix to exported symbols)
SYMPREF=""
case "${target_os}" in
darwin*)
darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
SYMPREF="_"
;;
esac