Link against c++fs on darwin
Required by the old clang version
This commit is contained in:
@@ -11,3 +11,7 @@ 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