fix linux macro
This commit is contained in:
parent
8e1fb1e139
commit
b33de9a9d9
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
static ExPolygons to_ExPolygons(NSVGimage *image, float tessTol = 10., int max_level = 10);
|
||||
};
|
||||
|
||||
#ifdef FontConfigExist
|
||||
#ifdef __linux__
|
||||
class FontConfigHelp
|
||||
{
|
||||
public:
|
||||
|
@ -168,7 +168,7 @@ public:
|
|||
return std::string(fullFileName.c_str());
|
||||
}
|
||||
};
|
||||
#endif // FontConfigExist
|
||||
#endif // __linux__
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue