mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Build logs on cache.nixos.org are compressed using Brotli (since this allows them to be decompressed automatically by Chrome and Firefox), so it's handy if "nix log" can decompress them.
13 lines
240 B
Makefile
13 lines
240 B
Makefile
libraries += libutil
|
|
|
|
libutil_NAME = libnixutil
|
|
|
|
libutil_DIR := $(d)
|
|
|
|
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS)
|
|
|
|
libutil_LIBS = libformat
|
|
|
|
libutil_CXXFLAGS = -DBRO=\"$(bro)\"
|