Remove the explicit c++fs linkage on darwin

Doesn't seem needed on a recent-enough clang anymore (and even seems to
break stuff)
This commit is contained in:
Théophane Hufschmitt 2022-08-08 14:34:22 +02:00
parent d1cda07ce4
commit f4a8426098

View file

@ -11,7 +11,3 @@ libutil_LDFLAGS += -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(LIBARCHIVE_LIBS)
ifeq ($(HAVE_LIBCPUID), 1)
libutil_LDFLAGS += -lcpuid
endif
ifdef HOST_DARWIN
libutil_LDFLAGS += -lc++fs
endif