slic3r/slic3r-linker.patch

16 lines
427 B
Diff
Raw Normal View History

2014-06-29 16:18:33 +00:00
diff --git a/xs/Build.PL b/xs/Build.PL
2015-06-29 12:38:50 +00:00
index bc18bc5..9e2ce40 100644
2014-06-29 16:18:33 +00:00
--- a/xs/Build.PL
+++ b/xs/Build.PL
2015-06-29 12:38:50 +00:00
@@ -41,6 +41,10 @@ my $build = Module::Build::WithXSpp->new(
2014-06-29 16:18:33 +00:00
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 => {