From 0d4c445291b4dd98be8aa3e4ea23880a8db6168e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Jun 2023 10:14:10 +0200 Subject: Release version 1.1.1+20 Add missing windows variable assignment in libssl buildfile. --- libssl/libssl/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libssl/libssl') diff --git a/libssl/libssl/buildfile b/libssl/libssl/buildfile index 66b275f..d1f7bed 100644 --- a/libssl/libssl/buildfile +++ b/libssl/libssl/buildfile @@ -8,8 +8,9 @@ lib{ssl}: {h c}{**} $int_libs tclass = $c.target.class tsys = $c.target.system -linux = ($tclass == 'linux') -bsd = ($tclass == 'bsd') +linux = ($tclass == 'linux') +bsd = ($tclass == 'bsd') +windows = ($tclass == 'windows') libs{ssl}: file{libssl.map}: include = ($linux || $bsd ? adhoc : false) libs{ssl}: def{libssl}: include = $windows -- cgit v1.1