From 3efc32d82de64216410936b746d11ab4aaf561ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Mar 2021 12:58:34 +0200 Subject: Add support for compressing/decompressing fdstreams with LZ4 Importing LZ4 code from version 1.9.3. --- libbutl/buildfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libbutl/buildfile') diff --git a/libbutl/buildfile b/libbutl/buildfile index 6526900..df21f48 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -27,9 +27,8 @@ windows = ($tclass == 'windows') # lib{butl}: {hxx ixx cxx}{win32-utility}: include = $windows -# Our C-files are included into sha256.cxx (sha256c.c) and timestamp.cxx -# (strptime.c timelocal.h timelocal.c), so treat them as files exclude from -# the compilation. +# Our C-files are always included into C++-files that wrap the corresponding +# API so treat them as files exclude from the compilation. # lib{butl}: file{*.c *.h} -- cgit v1.1