git-svn-id: https://profuse.googlecode.com/svn/branches/v2@391 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2011-03-14 23:16:23 +00:00
parent 8778d0dcf2
commit b39aeba7ce
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,12 @@ ifdef HAVE_NUFX
DEVICE_OBJECTS += Device/SDKImage.o
EXCEPTION_OBJECTS += NuFX/Exception.o
LDFLAGS += -L/usr/local/lib/
LIBS += -lnufx -lz -framework carbon
LIBS += -lnufx -lz
ifeq ($(UNAME),Darwin)
LIBS += -framework carbon
endif
CPPFLAGS += -DHAVE_NUFX=1
endif