mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
update libslic3r
This commit is contained in:
@@ -6,10 +6,18 @@ namespace Slic3r {
|
||||
bool is_macos_support_boost_add_file_log()
|
||||
{
|
||||
if (@available(macOS 12.0, *)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
int is_mac_version_15()
|
||||
{
|
||||
if (@available(macOS 15.0, *)) {//This code runs on macOS 15 or later.
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}; // namespace Slic3r
|
||||
|
||||
Reference in New Issue
Block a user