mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 10:35:52 +08:00
fix linux macro
This commit is contained in:
parent
8e1fb1e139
commit
b33de9a9d9
@ -75,7 +75,7 @@ public:
|
|||||||
static ExPolygons to_ExPolygons(NSVGimage *image, float tessTol = 10., int max_level = 10);
|
static ExPolygons to_ExPolygons(NSVGimage *image, float tessTol = 10., int max_level = 10);
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef FontConfigExist
|
#ifdef __linux__
|
||||||
class FontConfigHelp
|
class FontConfigHelp
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -168,7 +168,7 @@ public:
|
|||||||
return std::string(fullFileName.c_str());
|
return std::string(fullFileName.c_str());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif // FontConfigExist
|
#endif // __linux__
|
||||||
|
|
||||||
} // namespace Slic3r
|
} // namespace Slic3r
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user