mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Get rid of -I on Mac and Linux since we include miniupnpc headers by direct path reference.
This commit is contained in:
parent
14264c2d6f
commit
e3983f8a57
2 changed files with 1 additions and 3 deletions
|
@ -43,7 +43,6 @@ endif
|
|||
|
||||
ifeq ($(ZT_USE_MINIUPNPC),1)
|
||||
DEFS+=-DZT_USE_MINIUPNPC
|
||||
INCLUDES+=-Iext/bin/miniupnpc/include
|
||||
ifeq ($(UNAME_M),armv6l)
|
||||
MINIUPNPC_LIB=ext/bin/miniupnpc/linux-arm32/libminiupnpc.a
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue