mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 06:23:08 +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)
|
||||
elseif (APPLE)
|
||||
target_link_libraries(Snapmaker_Orca "-framework OpenGL")
|
||||
# Link Sentry for crash reporting on macOS
|
||||
target_link_libraries(Snapmaker_Orca sentry::sentry)
|
||||
else ()
|
||||
target_link_libraries(Snapmaker_Orca -ldl)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user