Update features.mk

fix miniupnpc typo in features.mk
This commit is contained in:
Logan Aerl Arias 2024-01-01 20:40:11 -05:00
parent ee1186863e
commit 920f375f4a

View file

@ -54,7 +54,7 @@ ifndef NOUPNP
MINIUPNPC_PKGCONFIG?=miniupnpc
$(eval $(call Use_pkg_config,MINIUPNPC))
HAVE_MINIUPNPC=1
opts+=-DHAVE_MINIUPNP
opts+=-DHAVE_MINIUPNPC
endif
endif