Skip to content

Commit

Permalink
perl: Use ./configure $(PERL) instead of 'perl' to run tests
Browse files Browse the repository at this point in the history
Thanks: Mohamed Akram
Fixes: #26
  • Loading branch information
rwmjones committed May 7, 2024
1 parent 85b2c14 commit 1254d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ all: Makefile-pl src_deps
# For overriding CC see: https://stackoverflow.com/a/65729336
Makefile-pl: Makefile.PL
-[ $(srcdir) != $(builddir) ] && cp -rsu $(abs_srcdir)/. $(builddir)/.
perl Makefile.PL \
$(PERL) Makefile.PL \
CC="$(CC)" \
LD="$(CC)" \
INSTALLDIRS=$(INSTALLDIRS) \
Expand Down

0 comments on commit 1254d2a

Please sign in to comment.