aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2011-05-24 16:31:15 -0700
committerJeff Garzik <[email protected]>2011-05-24 16:31:15 -0700
commit54c465f25d793368869f7a399a524315c23c5b14 (patch)
tree65132e4ab3dc83d6a19f29ad8e7974fb107b507c /src
parentMerge pull request #249 from TheBlueMatt/nsisfix (diff)
parentRevert "OSX build tweaks (laszlo)" (diff)
downloaddiscoin-54c465f25d793368869f7a399a524315c23c5b14.tar.xz
discoin-54c465f25d793368869f7a399a524315c23c5b14.zip
Merge pull request #250 from TheBlueMatt/macbuildfix
Revert "OSX build tweaks (laszlo)"
Diffstat (limited to 'src')
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 1e6993d69..4836ea3f4 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