Windows builds: remove over-quotation of LIBZ macro
[openssl.git] / Configurations / 00-base-templates.conf
index c074bd6e216eeadc1609dd480cfe0e300701a5b4..edcc454fd2b5381bfd06dc2b394722d867cf1e01 100644 (file)
@@ -114,7 +114,7 @@ my %targets=(
                 my @defs = ();
                 unless ($disabled{"zlib-dynamic"}) {
                     my $zlib = $withargs{zlib_lib} // "ZLIB1";
                 my @defs = ();
                 unless ($disabled{"zlib-dynamic"}) {
                     my $zlib = $withargs{zlib_lib} // "ZLIB1";
-                    push @defs, quotify("perl", 'LIBZ="' . $zlib . '"');
+                    push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
                 }
                 return [ @defs ];
             },
                 }
                 return [ @defs ];
             },