Adding -static for win32.

This commit is contained in:
Fabien Poussin 2017-03-31 15:32:47 +02:00
parent 3a5b92ea49
commit 8f9a910aec
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ ULIBDIR =
# List all user libraries here
ifeq ($(OS),Windows_NT)
ULIBS = -lws2_32
ULIBS = -lws2_32 -static
else
ULIBS =
endif