mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Some flatpak fixing (#5510)
* Use fixed commit for wxwidgets * disable cache * Fix imports * revert some build stuff * fix python builds * Don't build OCCT docs, a constexpr borks flatpak * fix thread import * Fix import * Fix import again * remove git commit --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -580,6 +580,10 @@ target_link_libraries(libslic3r
|
||||
opencv_world
|
||||
)
|
||||
|
||||
if(NOT SLIC3R_STATIC)
|
||||
target_compile_definitions(libslic3r PUBLIC BOOST_ALL_DYN_LINK)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
target_link_libraries(libslic3r freetype)
|
||||
if (NOT APPLE)
|
||||
|
||||
Reference in New Issue
Block a user