You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: Make Perl path install-time configurable
Add support for specifying the Perl interpreter path used in installed
Perl scripts. If no path is specified, the default '/usr/bin/perl' is
used.
Set variable LCOV_PERL_PATH to specify a different path, for example:
make install LCOV_PERL_PATH=/usr/local/bin/perl
Unset this variable to keep the current path:
make install LCOV_PERL_PATH=
Signed-off-by: Peter Oberparleiter <[email protected]>
0 commit comments