mirror of
https://github.com/transmission/transmission
synced 2025-02-19 12:50:31 +00:00
(trunk libT) #4323 "allow usage of system miniupnpc" -- possibly fix OS X regression caused by r12957
This commit is contained in:
parent
01f68ca846
commit
576ded51d0
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
#include <miniupnp/upnpcommands.h>
|
||||
#endif
|
||||
|
||||
#ifdef SYS_DARWIN
|
||||
#define HAVE_MINIUPNP_16 1
|
||||
#endif
|
||||
|
||||
#include "transmission.h"
|
||||
#include "port-forwarding.h"
|
||||
#include "session.h"
|
||||
|
|
Loading…
Reference in a new issue