Linker flags for Windows Perl build
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/fa96b794 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/fa96b794 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/fa96b794 Branch: refs/heads/master Commit: fa96b79498244a399ca093d387f3bc2124f2b524 Parents: 82627a2 Author: Nick Wellnhofer <[email protected]> Authored: Sun Jul 20 17:15:40 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Mon Jul 21 18:46:03 2014 +0200 ---------------------------------------------------------------------- perl/Build.PL | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/fa96b794/perl/Build.PL ---------------------------------------------------------------------- diff --git a/perl/Build.PL b/perl/Build.PL index a56d497..40903b7 100644 --- a/perl/Build.PL +++ b/perl/Build.PL @@ -30,6 +30,10 @@ my $UTF8PROC_SRC_DIR = catdir( $MODULES_DIR, qw( unicode utf8proc ) ); my $CORE_SOURCE_DIR = catdir( @BASE_PATH, 'core' ); my $XS_SOURCE_DIR = 'xs'; +my @cf_linker_flags = Clownfish::CFC::Perl::Build->cf_linker_flags( + 'Clownfish', +); + my $builder = Lucy::Build->new( module_name => 'Lucy', license => 'apache', @@ -74,6 +78,7 @@ my $builder = Lucy::Build->new( $UTF8PROC_SRC_DIR, ], }, + extra_linker_flags => [ @cf_linker_flags ], add_to_cleanup => [ qw( Lucy-*
