mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-02 13:19:40 -07:00
Previous commit broke everything
This commit is contained in:
@@ -15,9 +15,10 @@ sub debugf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# load threads before Moo as required by it
|
# load threads before Moo as required by it
|
||||||
|
our $have_threads;
|
||||||
BEGIN {
|
BEGIN {
|
||||||
use Config;
|
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;
|
use Moo;
|
||||||
|
|||||||
Reference in New Issue
Block a user