From ccb82fe054a73a6e662b1998aaee5609c62a3b32 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 22 Apr 2015 11:56:27 +0200 Subject: Separate configure and build steps. --- setup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.pl') diff --git a/setup.pl b/setup.pl index 7ec038b..4a6337c 100755 --- a/setup.pl +++ b/setup.pl @@ -1,5 +1,6 @@ #! /usr/bin/env perl -system "perl build.PL"; +system "perl Build.PL"; system "perl Build installdeps"; +system "perl Build configure"; system "perl Build"; -- cgit v1.2.3