aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 0bde965e1a..6102dad613 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -41,7 +41,7 @@ ifneq (${USE_UPNP}, -)
endif
ifneq (${USE_IPV6}, -)
- DEFS += -DUSE_IPV6
+ DEFS += -DUSE_IPV6=$(USE_IPV6)
endif
LIBS += -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l winmm -l shell32 -l comctl32 -l ole32 -l oleaut32 -l uuid -l rpcrt4 -l advapi32 -l ws2_32 -l mswsock -l shlwapi