diff options
author | red031000 <rubenru09@aol.com> | 2020-08-03 18:05:44 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-03 18:05:44 +0100 |
commit | 4f23a1710f9c6cbf0c3cfe5d2a75c320ce681bba (patch) | |
tree | 0a74d1130c36ec061054cc6f5495bc2dc6b7f3fd | |
parent | 67ca148d44f5b627b5878bb7931caddd989dc1ba (diff) |
fix knarc makefile again
-rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 1c33e9f6..2f6fb385 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -11,11 +11,9 @@ UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) LDFLAGS += -lstdc++ -lc++ -lc else -ifneq ($(WSLENV),) LDFLAGS += -lstdc++fs endif endif -endif CXX_SRCS := Source.cpp Narc.cpp C_OBJS := $(C_SRCS:%.c=%.o) CXX_OBJS := $(CXX_SRCS:%.cpp=%.o) |