mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
use Ninja for deps build on Mac (#10426)
This commit is contained in:
@@ -26,7 +26,7 @@ while getopts ":dpa:snt:xbc:h" opt; do
|
|||||||
x )
|
x )
|
||||||
export SLICER_CMAKE_GENERATOR="Ninja Multi-Config"
|
export SLICER_CMAKE_GENERATOR="Ninja Multi-Config"
|
||||||
export SLICER_BUILD_TARGET="all"
|
export SLICER_BUILD_TARGET="all"
|
||||||
export DEPS_CMAKE_GENERATOR="Ninja Multi-Config"
|
export DEPS_CMAKE_GENERATOR="Ninja"
|
||||||
;;
|
;;
|
||||||
b )
|
b )
|
||||||
export BUILD_ONLY="1"
|
export BUILD_ONLY="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user