mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 15:39:11 +08:00
Previous commit broke everything
This commit is contained in:
parent
cbd77cd71b
commit
4dd236d025
@ -15,9 +15,10 @@ sub debugf {
|
||||
}
|
||||
|
||||
# load threads before Moo as required by it
|
||||
our $have_threads;
|
||||
BEGIN {
|
||||
use Config;
|
||||
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||
$have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||
}
|
||||
|
||||
use Moo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user