From f3707d707fd35688487d84c3f6e74ed399f3649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=9B=20Lee=20Ball?= Date: Thu, 31 Dec 2020 20:04:13 -0800 Subject: Remove extra CFLAGS_EXTRA --- fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/Makefile b/fs/Makefile index 6d0b22d..7af13cd 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -11,7 +11,7 @@ ifeq ($(shell uname -s),Linux) LIBS = -lfuse endif ifeq ($(shell uname -s),Darwin) - CFLAGS = -I$(OSXFUSE_ROOT)/include/osxfuse/fuse -L$(OSXFUSE_ROOT)/lib -D_DARWIN_USE_64_BIT_INODE $(CFLAGS_EXTRA) $(CFLAGS) + CFLAGS = -I$(OSXFUSE_ROOT)/include/osxfuse/fuse -L$(OSXFUSE_ROOT)/lib -D_DARWIN_USE_64_BIT_INODE $(CFLAGS) LIBS = -losxfuse endif -- cgit v1.2.3