From 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Fri, 20 May 2011 20:48:44 -0400 Subject: OSX build tweaks (laszlo) --- src/makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.osx b/src/makefile.osx index 4836ea3f4f..1e6993d69b 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 -- cgit v1.2.3