From 75080971764f1b2e1f18d8aac44aeea96a219e91 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Fri, 26 Aug 2011 22:48:51 +0000 Subject: [PATCH] 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5b7496..14dbe1e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ LIBS += -lpthread UNAME = $(shell uname -s) ifeq ($(UNAME),Darwin) - FUSE_LIBS += -lfuse_ino64 + FUSE_LIBS += -losxfuse + CPPFLAGS += -I/usr/local/include/osxfuse/fuse else FUSE_LIBS += -lfuse endif