File slic3r-linker.patch of Package slic3r

diff --git a/xs/Build.PL b/xs/Build.PL
index 5a10ac0..e21df5e 100644
--- a/xs/Build.PL
+++ b/xs/Build.PL
@@ -41,6 +41,10 @@ my $build = Module::Build::WithXSpp->new(
         Module::Build::WithXSpp     0.13
     )},
     extra_compiler_flags => \@cflags,
+    extra_linker_flags => [qw(
+        -ladmesh
+        -lpoly2tri
+    )],
     
     # Provides extra C typemaps that are auto-merged
     extra_typemap_modules => {