diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2011-05-24 16:31:15 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2011-05-24 16:31:15 -0700 |
commit | 54c465f25d793368869f7a399a524315c23c5b14 (patch) | |
tree | 65132e4ab3dc83d6a19f29ad8e7974fb107b507c | |
parent | 32a1753e61a7f60ec3b5fe6377bab7f863b83d3f (diff) | |
parent | 7ee8e5bf86d38e6cf9ad9dc94067ded922f8f3af (diff) |
Merge pull request #250 from TheBlueMatt/macbuildfix
Revert "OSX build tweaks (laszlo)"
-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 1e6993d69b..4836ea3f4f 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -47,7 +47,7 @@ OBJS= \ cryptopp/obj/sha.o \ cryptopp/obj/cpu.o -ifeq (USE_UPNP, 1) +ifdef USE_UPNP LIBS += $(DEPSDIR)/lib/libminiupnpc.a DEFS += -DUSE_UPNP=$(USE_UPNP) endif |