mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Link against c++fs on darwin
Required by the old clang version
This commit is contained in:
parent
c5db1821a9
commit
a4f0fd633c
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@ 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