mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 20:32:06 +00:00
fix mac build error bug
This commit is contained in:
@@ -159,8 +159,6 @@ target_link_libraries(Snapmaker_Orca libslic3r_gui)
|
|||||||
target_link_libraries(Snapmaker_Orca ws2_32 uxtheme setupapi)
|
target_link_libraries(Snapmaker_Orca ws2_32 uxtheme setupapi)
|
||||||
elseif (APPLE)
|
elseif (APPLE)
|
||||||
target_link_libraries(Snapmaker_Orca "-framework OpenGL")
|
target_link_libraries(Snapmaker_Orca "-framework OpenGL")
|
||||||
# Link Sentry for crash reporting on macOS
|
|
||||||
target_link_libraries(Snapmaker_Orca sentry::sentry)
|
|
||||||
else ()
|
else ()
|
||||||
target_link_libraries(Snapmaker_Orca -ldl)
|
target_link_libraries(Snapmaker_Orca -ldl)
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user