diff options
| author | Jeff Garzik <[email protected]> | 2011-05-24 16:31:15 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-05-24 16:31:15 -0700 |
| commit | 54c465f25d793368869f7a399a524315c23c5b14 (patch) | |
| tree | 65132e4ab3dc83d6a19f29ad8e7974fb107b507c /src | |
| parent | Merge pull request #249 from TheBlueMatt/nsisfix (diff) | |
| parent | Revert "OSX build tweaks (laszlo)" (diff) | |
| download | discoin-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.osx | 2 |
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 |