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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user