1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-19 10:03:40 +00:00

Fixed iconv on win server.

This commit is contained in:
Shuai Lin
2016-12-23 18:26:34 +08:00
parent 28ff6970fa
commit d2cd397ae9

View File

@@ -134,6 +134,7 @@ if test "$bwin32" = true; then
LIB_MAC=
MSVC_CFLAGS="-D__MSVCRT__ -D__MSVCRT_VERSION__=0x0601"
LIB_CRYPT32=-lcrypt32
LIB_ICONV=-liconv
elif test "$bmac" = true ; then
LIB_WS32=
LIB_GDI32=