diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/os/conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/os/conf b/auto/os/conf index d0eb7876d..f0d25b647 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -35,6 +35,9 @@ case $PLATFORM in CFLAGS="$CFLAGS -D HAVE_AIO=1 -D HAVE_IOCP=1" CORE_LIBS="$CORE_LIBS ws2_32.lib" + + # msvcrt.dll + CORE_LIBS="$CORE_LIBS msvcrt.lib" ;; esac |
