mirror of
https://github.com/ksherlock/profuse.git
synced 2025-02-09 03:30:43 +00:00
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@391 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
8778d0dcf2
commit
b39aeba7ce
7
Makefile
7
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user