diff options
| author | Jeff Garzik <[email protected]> | 2011-05-20 20:48:44 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-05-20 20:48:44 -0400 |
| commit | 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 (patch) | |
| tree | 87b9220e5fdcae2b97f21779391d89c1bf64fe48 /src/makefile.osx | |
| parent | Merge pull request #229 from TheBlueMatt/esfix (diff) | |
| download | discoin-69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861.tar.xz discoin-69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861.zip | |
OSX build tweaks (laszlo)
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 4836ea3f4..1e6993d69 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -47,7 +47,7 @@ OBJS= \ cryptopp/obj/sha.o \ cryptopp/obj/cpu.o -ifdef USE_UPNP +ifeq (USE_UPNP, 1) LIBS += $(DEPSDIR)/lib/libminiupnpc.a DEFS += -DUSE_UPNP=$(USE_UPNP) endif |