From 7b810d6e47cc1f4e8a5784a5ba2b77450fa6017d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Feb 2020 22:57:24 +0300 Subject: Release version 1.2.1100+1 Drop copyright notice from source code Use adhoc value for zlib.map prerequisite-specific variable include --- libz/libz/buildfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libz/libz') diff --git a/libz/libz/buildfile b/libz/libz/buildfile index 0eb118f..32d97e4 100644 --- a/libz/libz/buildfile +++ b/libz/libz/buildfile @@ -1,14 +1,17 @@ # file : libz/buildfile -# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd # license : zlib License; see accompanying LICENSE file -lib{z}: {h c}{*} {def}{zlib} {file}{zlib.map} +lib{z}: {h c}{*} def{zlib} tclass = $c.target.class tsys = $c.target.system +linux = ($tclass == 'linux') +bsd = ($tclass == 'bsd') windows = ($tclass == 'windows') +lib{z}: file{zlib.map}: include = ($linux || $bsd ? adhoc : false) + # Include the generated config header into the distribution (so that we don't # pick up an installed one) and don't remove it when cleaning in src (so that # clean results in a state identical to distributed). -- cgit v1.1