diff options
-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) |