mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
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)
|
||||
libutil_LDFLAGS += -lcpuid
|
||||
endif
|
||||
|
||||
ifdef HOST_DARWIN
|
||||
libutil_LDFLAGS += -lc++fs
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user