mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-20 02:32:56 +00:00
Fixed iconv on win server.
This commit is contained in:
@@ -134,6 +134,7 @@ if test "$bwin32" = true; then
|
|||||||
LIB_MAC=
|
LIB_MAC=
|
||||||
MSVC_CFLAGS="-D__MSVCRT__ -D__MSVCRT_VERSION__=0x0601"
|
MSVC_CFLAGS="-D__MSVCRT__ -D__MSVCRT_VERSION__=0x0601"
|
||||||
LIB_CRYPT32=-lcrypt32
|
LIB_CRYPT32=-lcrypt32
|
||||||
|
LIB_ICONV=-liconv
|
||||||
elif test "$bmac" = true ; then
|
elif test "$bmac" = true ; then
|
||||||
LIB_WS32=
|
LIB_WS32=
|
||||||
LIB_GDI32=
|
LIB_GDI32=
|
||||||
|
Reference in New Issue
Block a user