mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Documented the cereal library manual patching (FIXME!)
This commit is contained in:
@@ -20,6 +20,9 @@ You can also customize the bundle output path using the `-DDESTDIR=<some path>`
|
|||||||
**Warning**: Once the dependency bundle is installed in a destdir, the destdir cannot be moved elsewhere.
|
**Warning**: Once the dependency bundle is installed in a destdir, the destdir cannot be moved elsewhere.
|
||||||
(This is because wxWidgets hardcodes the installation path.)
|
(This is because wxWidgets hardcodes the installation path.)
|
||||||
|
|
||||||
|
FIXME The Cereal serialization library needs a tiny patch on some old OSX clang installations
|
||||||
|
https://github.com/USCiLab/cereal/issues/339#issuecomment-246166717
|
||||||
|
|
||||||
|
|
||||||
### Building PrusaSlicer
|
### Building PrusaSlicer
|
||||||
|
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ class ScopeGuard
|
|||||||
public:
|
public:
|
||||||
typedef std::function<void()> Closure;
|
typedef std::function<void()> Closure;
|
||||||
private:
|
private:
|
||||||
bool committed;
|
// bool committed;
|
||||||
Closure closure;
|
Closure closure;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user