From 920f375f4ab9cb2d139266288b231f6d7ea7983b Mon Sep 17 00:00:00 2001 From: Logan Aerl Arias Date: Mon, 1 Jan 2024 20:40:11 -0500 Subject: [PATCH] Update features.mk fix miniupnpc typo in features.mk --- src/Makefile.d/features.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.d/features.mk b/src/Makefile.d/features.mk index 6a5df757a..b0ff2a71f 100644 --- a/src/Makefile.d/features.mk +++ b/src/Makefile.d/features.mk @@ -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