mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 04:59:01 +08:00
Fix boost build on arm mac
This commit is contained in:
parent
c94486cd3c
commit
d5e55a3c62
2
deps/Boost/Boost.cmake
vendored
2
deps/Boost/Boost.cmake
vendored
@ -37,6 +37,8 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
if (WIN32)
|
||||
set(_boost_toolset "clang-win")
|
||||
elseif (APPLE)
|
||||
set(_boost_toolset "clang")
|
||||
else()
|
||||
set(_boost_toolset "clang")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user