mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Yet another fix of the static linking on Windows.
This commit is contained in:
@@ -9,7 +9,7 @@ use Module::Build::WithXSpp;
|
|||||||
|
|
||||||
my $cpp_guess = ExtUtils::CppGuess->new;
|
my $cpp_guess = ExtUtils::CppGuess->new;
|
||||||
my $mswin = $^O eq 'MSWin32';
|
my $mswin = $^O eq 'MSWin32';
|
||||||
my $lib_ext = $ENV{SLIC3R_STATIC} ? ($mswin ? '.lib' : '.a') : ${$cpp_guess}{config}{lib_ext};
|
my $lib_ext = $ENV{SLIC3R_STATIC} ? ($cpp_guess->is_msvc ? '.lib' : '.a') : ${$cpp_guess}{config}{lib_ext};
|
||||||
|
|
||||||
# Library paths to search for boost, thread building blocks and such.
|
# Library paths to search for boost, thread building blocks and such.
|
||||||
# On Windows, there is really no standard. On Unices, this is a bit better.
|
# On Windows, there is really no standard. On Unices, this is a bit better.
|
||||||
|
|||||||
Reference in New Issue
Block a user