Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 35eb80b2cc7..9314f2d708f 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -136,6 +136,9 @@ ifeq ($(OS),windows)
LDFLAGS += -mwindows -mno-cygwin -mconsole
DADD += -L/usr/lib/w32api -lnetapi32 -lopengl32 -lglu32 -lshfolder
DADD += -L/usr/lib/w32api -lwinmm -lwsock32
+ ifeq ($(WITH_VERSE),true)
+ DADD += -lws2_32
+ endif
else
DADD = kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
DADD += advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib