diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-11-06 17:41:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-06 17:41:16 -0400 |
| commit | 48f301e353a728c328f6406a8c18f1da8d9de331 (patch) | |
| tree | 95cd38dba1187d007a51dca7f455d7b6541d5110 /tools/knarc/Makefile | |
| parent | 05ded46ab7f556956a2eee2411a8d2968b7e8ad6 (diff) | |
| parent | ba7202457fec51d31da4d23a1840813952f30f31 (diff) | |
Merge pull request #470 from shinyquagsire23/macos-build
Update build scripts and instructions for MacOS Monterey
Diffstat (limited to 'tools/knarc/Makefile')
| -rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 0e0a0920..24e0de7d 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -8,7 +8,7 @@ else C_SRCS := UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) -LDFLAGS += -lstdc++ -lc++ -lc /usr/local/opt/llvm@8/lib/libc++fs.a +LDFLAGS += -lstdc++ -lc++ -lc -D_LIBCPP_NO_EXPERIMENTAL_DEPRECATION_WARNING_FILESYSTEM else LDFLAGS += -lstdc++fs endif |
