diff options
author | 🎷🐛 Lee Ball <lee.cat.ball@gmail.com> | 2020-12-31 20:06:48 -0800 |
---|---|---|
committer | 🎷🐛 Lee Ball <lee.cat.ball@gmail.com> | 2020-12-31 20:06:48 -0800 |
commit | 0bef10a59fb8bf63faa4244d490d89118554fff7 (patch) | |
tree | a2aeb4cfb5106b4ff9b7aee99fd6353d7ac398b3 /fs/Makefile | |
parent | f3707d707fd35688487d84c3f6e74ed399f3649e (diff) |
Brain no good, made additional fix.
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 7af13cd..e5a4b18 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) + CFLAGS = -I$(OSXFUSE_ROOT)/include/osxfuse/fuse -L$(OSXFUSE_ROOT)/lib -D_DARWIN_USE_64_BIT_INODE $(CFLAGS_EXTRA) LIBS = -losxfuse endif |