From 562efc16771c7870edcd5ceac51081598a14726a Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 18 Dec 2015 13:49:22 +0100 Subject: [PATCH] Typo --- xs/Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/Build.PL b/xs/Build.PL index f35379bed..3254dbeae 100644 --- a/xs/Build.PL +++ b/xs/Build.PL @@ -56,7 +56,7 @@ $have_boost = 1 ); if ($have_boost) { - push @LIBS, map "-l$_", @boost_libraries; + push @LIBS, map "-lboost_${_}", @boost_libraries; } else { foreach my $path (@boost_libs) { my @files = glob "$path/libboost_system*";