Repository: lucy Updated Branches: refs/heads/master b4b44ed86 -> 70caaa3d3
Adjust for Clownfish build system changes Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/70caaa3d Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/70caaa3d Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/70caaa3d Branch: refs/heads/master Commit: 70caaa3d31c963af604c13ddb8616a363a92be5d Parents: b4b44ed Author: Nick Wellnhofer <[email protected]> Authored: Thu Jun 30 12:41:12 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Thu Jun 30 12:42:50 2016 +0200 ---------------------------------------------------------------------- perl/Build.PL | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/70caaa3d/perl/Build.PL ---------------------------------------------------------------------- diff --git a/perl/Build.PL b/perl/Build.PL index e89b6e7..c37cf3f 100644 --- a/perl/Build.PL +++ b/perl/Build.PL @@ -76,12 +76,18 @@ my $builder = Lucy::Build->new( source => [ $CORE_SOURCE_DIR, ], - c_source => [ - $CORE_SOURCE_DIR, - $XS_SOURCE_DIR, - $SNOWSTEM_SRC_DIR, - $SNOWSTOP_SRC_DIR, - $UTF8PROC_SRC_DIR, + modules => [ + { + name => 'Lucy', + parcels => [ 'Lucy', 'TestLucy' ], + c_source_dirs => [ + $CORE_SOURCE_DIR, + $XS_SOURCE_DIR, + $SNOWSTEM_SRC_DIR, + $SNOWSTOP_SRC_DIR, + $UTF8PROC_SRC_DIR, + ], + }, ], }, extra_linker_flags => [ @cf_linker_flags ],
