mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix dynamic linking Boost on Arch Linux (#6697)
Fix dynamic linking Boost Signed-off-by: Filipe Laíns <lains@riseup.net> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -580,10 +580,6 @@ 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