diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 14:17:56 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 14:17:56 -0500 |
| commit | 31601eb58e96adc717069135cecbe405dd25c2c1 (patch) | |
| tree | 0ba3d6e1b4f8c1949e662f8101cbd14907274269 /tools/knarc/Makefile | |
| parent | dd818ad9e8c5916dc3865a3ecc17c701808d10e0 (diff) | |
| parent | 48f301e353a728c328f6406a8c18f1da8d9de331 (diff) | |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
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 |
