mirror of
https://github.com/ksherlock/profuse.git
synced 2025-03-09 19:29:31 +00:00
Update makefile for OS X 10.7 w/ OSXFUSE instead of MacFUSE
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@399 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
1dd7becb2f
commit
7508097176
3
Makefile
3
Makefile
@ -4,7 +4,8 @@ LIBS += -lpthread
|
|||||||
UNAME = $(shell uname -s)
|
UNAME = $(shell uname -s)
|
||||||
|
|
||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
FUSE_LIBS += -lfuse_ino64
|
FUSE_LIBS += -losxfuse
|
||||||
|
CPPFLAGS += -I/usr/local/include/osxfuse/fuse
|
||||||
else
|
else
|
||||||
FUSE_LIBS += -lfuse
|
FUSE_LIBS += -lfuse
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user