motemen (owner)

Revisions

gist: 86553 Download_button fork
public
Public Clone URL: git://gist.github.com/86553.git
Embed All Files: show embed
Diff #
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.PL b/Makefile.PL
index a55efd0..6911ee5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,3 +15,7 @@ can_cc or die 'This module requires C++ compiler.';
 use_test_base;
 auto_include_deps;
 WriteAll;
+
+sub MY::post_constants {
+ q(LDDLFLAGS += -lluxio);
+}