Don't enable UPnP support if NONET is defined.

This commit is contained in:
Steel Titanium 2019-04-16 15:05:09 -04:00
parent 00e90db72a
commit 877e149908

View file

@ -24,8 +24,10 @@ ifndef NOASM
USEASM=1
endif
ifndef NONET
ifndef MINGW64 #miniupnc is broken with MINGW64
HAVE_MINIUPNPC=1
endif
endif
OPTS=-DSTDC_HEADERS