mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Typo
This commit is contained in:
@@ -56,7 +56,7 @@ $have_boost = 1
|
|||||||
);
|
);
|
||||||
|
|
||||||
if ($have_boost) {
|
if ($have_boost) {
|
||||||
push @LIBS, map "-l$_", @boost_libraries;
|
push @LIBS, map "-lboost_${_}", @boost_libraries;
|
||||||
} else {
|
} else {
|
||||||
foreach my $path (@boost_libs) {
|
foreach my $path (@boost_libs) {
|
||||||
my @files = glob "$path/libboost_system*";
|
my @files = glob "$path/libboost_system*";
|
||||||
|
|||||||
Reference in New Issue
Block a user