You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/07/19 01:41:54 UTC

[3/3] git commit: Use supplied custom cflags.

Use supplied custom cflags.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2a62a2f9
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2a62a2f9
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/2a62a2f9

Branch: refs/heads/windows_fixes_for_0.4
Commit: 2a62a2f95ae3bedc7deac6d90f34ac0151ae3ab5
Parents: a5eb6bf
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Sat Jul 19 00:23:27 2014 +0100
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Sat Jul 19 00:23:27 2014 +0100

----------------------------------------------------------------------
 compiler/perl/lib/Clownfish/CFC/Perl/Build.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2a62a2f9/compiler/perl/lib/Clownfish/CFC/Perl/Build.pm
----------------------------------------------------------------------
diff --git a/compiler/perl/lib/Clownfish/CFC/Perl/Build.pm b/compiler/perl/lib/Clownfish/CFC/Perl/Build.pm
index 1b6c04f..2058ee3 100644
--- a/compiler/perl/lib/Clownfish/CFC/Perl/Build.pm
+++ b/compiler/perl/lib/Clownfish/CFC/Perl/Build.pm
@@ -413,7 +413,7 @@ sub ACTION_compile_custom_xs {
         # Don't use Clownfish compiler flags for XS
         $cbuilder->compile(
             source               => $perl_binding_c_file,
-            extra_compiler_flags => $self->extra_compiler_flags,
+            extra_compiler_flags => $extra_cflags,
             include_dirs         => $self->include_dirs,
             object_file          => $perl_binding_o_file,
             # 'defines' is an undocumented parameter to compile(), so we