mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-17 09:23:05 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -246,11 +246,11 @@ if [[ -n "${BUILD_ORCA}" ]] ; then
|
||||
else
|
||||
cmake --build build --config Release --target OrcaSlicer
|
||||
fi
|
||||
echo "Building OrcaSlicer_profile_validator .."
|
||||
echo "Building Snapmaker_Orca_profile_validator .."
|
||||
if [[ -n "${BUILD_DEBUG}" ]] ; then
|
||||
cmake --build build --config Debug --target OrcaSlicer_profile_validator
|
||||
cmake --build build --config Debug --target Snapmaker_Orca_profile_validator
|
||||
else
|
||||
cmake --build build --config Release --target OrcaSlicer_profile_validator
|
||||
cmake --build build --config Release --target Snapmaker_Orca_profile_validator
|
||||
fi
|
||||
./scripts/run_gettext.sh
|
||||
echo "done"
|
||||
|
||||
Reference in New Issue
Block a user