Added diagnostics of @LIBS, @INCS to the Build.PL

Extended MANIFEST with new files.
This commit is contained in:
bubnikv
2016-12-13 22:46:28 +01:00
parent 2cd96cabcd
commit ae2e37b4bd
2 changed files with 13 additions and 0 deletions

View File

@@ -212,6 +212,10 @@ if ($cpp_guess->is_gcc) {
}
}
print "\n";
print 'With @INC: ', join(', ', map "\"$_\"", @INC), "\n";
print 'With @LIBS: ', join(', ', map "\"$_\"", @LIBS), "\n";
my $build = Module::Build::WithXSpp->new(
module_name => 'Slic3r::XS',
dist_abstract => 'XS code for Slic3r',