mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-31 14:02:00 -06:00
CMake build process - fixes of the previous check-ins to build
cleanly on Windows & Linux. There is still a work on OSX: The XS module has to be linked without perl.lib and with the following parameters to produce a bundle: -bundle -undefined dynamic_lookup
This commit is contained in:
parent
e2a685b8bb
commit
ba1c0b0137
8 changed files with 81 additions and 86 deletions
|
@ -610,7 +610,7 @@ static bool prepare_infill_hatching_segments(
|
|||
#undef ASSERT_OR_RETURN
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
#endif _MSC_VER
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#ifdef SLIC3R_DEBUG
|
||||
// Paint the segments and finalize the SVG file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue