summaryrefslogtreecommitdiff
path: root/tools/knarc
diff options
context:
space:
mode:
authorDsaster <78389441+dsastr@users.noreply.github.com>2021-02-06 01:16:47 +0100
committerDsaster <78389441+dsastr@users.noreply.github.com>2021-02-06 01:16:47 +0100
commitfc81c4a0af763477fa485e2648cc47ffd5ed703d (patch)
tree6befd22f4d5f245925fa514e08f0332f7254fbc1 /tools/knarc
parent572eddf4890ecbcd1b0e06c02046e29ddd58526f (diff)
add macOS support
Diffstat (limited to 'tools/knarc')
-rw-r--r--tools/knarc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile
index 7dc8bd24..62abc062 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
+LDFLAGS += -lstdc++ -lc++ -lc /usr/local/opt/llvm@8/lib/libc++fs.a -O2 -Wall -Wno-switch
else
LDFLAGS += -lstdc++fs
endif