diff options
| author | Luke Dashjr <[email protected]> | 2012-06-08 16:43:06 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-08-23 21:01:01 +0000 |
| commit | 9655d73f49cd4da189ddb2ed708c26dc4cb3babe (patch) | |
| tree | e4bc13f995f1634b05094471aae5c352f61da576 /src/makefile.osx | |
| parent | Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too (diff) | |
| download | discoin-9655d73f49cd4da189ddb2ed708c26dc4cb3babe.tar.xz discoin-9655d73f49cd4da189ddb2ed708c26dc4cb3babe.zip | |
Allow building with IPv6 support, but it disabled by default
Diffstat (limited to 'src/makefile.osx')
| -rw-r--r-- | src/makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index d4109b941..de829b9eb 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -110,7 +110,7 @@ endif endif ifneq (${USE_IPV6}, -) - DEFS += -DUSE_IPV6 + DEFS += -DUSE_IPV6=$(USE_IPV6) endif all: bitcoind |