mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Added diagnostics of @LIBS, @INCS to the Build.PL
Extended MANIFEST with new files.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user