summaryrefslogtreecommitdiff
path: root/tools/nitrobanner/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nitrobanner/Makefile')
-rw-r--r--tools/nitrobanner/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/nitrobanner/Makefile b/tools/nitrobanner/Makefile
index 322525bd..9b751776 100644
--- a/tools/nitrobanner/Makefile
+++ b/tools/nitrobanner/Makefile
@@ -5,7 +5,8 @@ LDFLAGS += -lstdc++fs
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
-LDFLAGS += -lstdc++ -lc++ -lc /usr/local/opt/llvm@8/lib/libc++fs.a
+CXXFLAGS += -D_LIBCPP_NO_EXPERIMENTAL_DEPRECATION_WARNING_FILESYSTEM
+LDFLAGS += -lstdc++ -lc++ -lc
else
LDFLAGS += -lstdc++fs
endif