mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Mac OS build: Set a default SDK target, fix c/cxx flags in deps/boost
This commit is contained in:
parent
a16e419138
commit
f3e238073b
2 changed files with 9 additions and 2 deletions
4
deps/deps-macos.cmake
vendored
4
deps/deps-macos.cmake
vendored
|
|
@ -23,8 +23,8 @@ ExternalProject_Add(dep_boost
|
|||
variant=release
|
||||
threading=multi
|
||||
boost.locale.icu=off
|
||||
"cflags=cflags=-fPIC -mmacosx-version-min=${DEPS_OSX_TARGET}"
|
||||
"cxxflags=cxxflags=-fPIC -mmacosx-version-min=${DEPS_OSX_TARGET}"
|
||||
"cflags=-fPIC -mmacosx-version-min=${DEPS_OSX_TARGET}"
|
||||
"cxxflags=-fPIC -mmacosx-version-min=${DEPS_OSX_TARGET}"
|
||||
install
|
||||
INSTALL_COMMAND "" # b2 does that already
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue