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 6d95f3ceb2
commit 26fdee8217
1 changed files with 2 additions and 0 deletions

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