mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 05:41:42 +00:00
Update features.mk
fix miniupnpc typo in features.mk
This commit is contained in:
parent
ee1186863e
commit
920f375f4a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ifndef NOUPNP
|
||||||
MINIUPNPC_PKGCONFIG?=miniupnpc
|
MINIUPNPC_PKGCONFIG?=miniupnpc
|
||||||
$(eval $(call Use_pkg_config,MINIUPNPC))
|
$(eval $(call Use_pkg_config,MINIUPNPC))
|
||||||
HAVE_MINIUPNPC=1
|
HAVE_MINIUPNPC=1
|
||||||
opts+=-DHAVE_MINIUPNP
|
opts+=-DHAVE_MINIUPNPC
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue