mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 13:55:58 +08:00
Typo
This commit is contained in:
parent
b8f0391934
commit
562efc1677
@ -56,7 +56,7 @@ $have_boost = 1
|
||||
);
|
||||
|
||||
if ($have_boost) {
|
||||
push @LIBS, map "-l$_", @boost_libraries;
|
||||
push @LIBS, map "-lboost_${_}", @boost_libraries;
|
||||
} else {
|
||||
foreach my $path (@boost_libs) {
|
||||
my @files = glob "$path/libboost_system*";
|
||||
|
Loading…
x
Reference in New Issue
Block a user