Commit aad07a2f authored by Richard Levitte's avatar Richard Levitte
Browse files

Windows: Add missing quotes in build file



All invokations of $(PERL) need to be quoted, in case it contains
spaces.  That was forgotten in one spot.

Fixes #9060

Reviewed-by: default avatarShane Lontis <shane.lontis@oracle.com>
Reviewed-by: default avatarMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9062)
parent ff62cad6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ reconfigure reconf:
              $args{generator}->[1] || platform->dsoname($args{product});
          return <<"EOF";
$target: $args{generator}->[0] $deps $mkdef
	\$(PERL) $mkdef$ord_ver --ordinals $args{generator}->[0] --name $ord_name --OS windows > $target
	"\$(PERL)" $mkdef$ord_ver --ordinals $args{generator}->[0] --name $ord_name --OS windows > $target
EOF
      } elsif (!platform->isasm($args{src})) {
          my $target = $args{src};