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:
parent
d1cda07ce4
commit
f4a8426098
|
@ -11,7 +11,3 @@ libutil_LDFLAGS += -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(LIBARCHIVE_LIBS)
|
||||||
ifeq ($(HAVE_LIBCPUID), 1)
|
ifeq ($(HAVE_LIBCPUID), 1)
|
||||||
libutil_LDFLAGS += -lcpuid
|
libutil_LDFLAGS += -lcpuid
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef HOST_DARWIN
|
|
||||||
libutil_LDFLAGS += -lc++fs
|
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in a new issue