Skip to content
Snippets Groups Projects
Commit 26fdee82 authored by SteelT's avatar SteelT
Browse files

Don't enable UPnP support if NONET is defined.

parent 6d95f3ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment