summaryrefslogtreecommitdiffhomepage
path: root/auto/os/conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/os/conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 4ae08e856..2a6f99e8c 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -31,15 +31,13 @@ case $PLATFORM in
CORE_INCS="$WIN32_INCS"
CORE_DEPS="$WIN32_DEPS"
CORE_SRCS="$WIN32_SRCS $SELECT_SRCS $IOCP_SRCS"
+ OS_CONFIG="$WIN32_CONFIG"
EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE $IOCP_MODULE"
EVENT_FOUND=YES
have=HAVE_AIO . auto/have
have=HAVE_IOCP . auto/have
CORE_LIBS="$CORE_LIBS ws2_32.lib"
-
- # msvcrt.dll
- CORE_LIBS="$CORE_LIBS msvcrt.lib"
;;
esac