Repository: lucy Updated Branches: refs/heads/master 43803a0fd -> b4b44ed86
Adjust for Clownfish build system changes Don't switch Perl build to "make" yet. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b4b44ed8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b4b44ed8 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b4b44ed8 Branch: refs/heads/master Commit: b4b44ed8623933ab717ae32f7b47c1f4898d28b6 Parents: 43803a0 Author: Nick Wellnhofer <[email protected]> Authored: Tue Jun 14 14:00:00 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Jun 14 14:00:00 2016 +0200 ---------------------------------------------------------------------- perl/Build.PL | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b4b44ed8/perl/Build.PL ---------------------------------------------------------------------- diff --git a/perl/Build.PL b/perl/Build.PL index 4f1dba4..e89b6e7 100644 --- a/perl/Build.PL +++ b/perl/Build.PL @@ -75,6 +75,9 @@ my $builder = Lucy::Build->new( clownfish_params => { source => [ $CORE_SOURCE_DIR, + ], + c_source => [ + $CORE_SOURCE_DIR, $XS_SOURCE_DIR, $SNOWSTEM_SRC_DIR, $SNOWSTOP_SRC_DIR,
