summaryrefslogtreecommitdiff
path: root/tools/nitrobanner/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-11-24 11:14:20 -0500
committerGitHub <noreply@github.com>2021-11-24 11:14:20 -0500
commite5e8cd6859d2703814ab2ef7a6bdf0df1a6517ca (patch)
tree778dbe7ac4061fd4c131a985ba759dc2c7068025 /tools/nitrobanner/Makefile
parentc1c291bcd10bcd6e0cdd1573587661b91ef78da5 (diff)
parent48f301e353a728c328f6406a8c18f1da8d9de331 (diff)
Merge branch 'master' into unk_02006D98
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