Skip to content

Commit 3946f08

Browse files
Remove unused FRESH_BUILD variable
1 parent ea6a42a commit 3946f08

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/internal/build_mmSolver_linux.bash

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ set -ev
3535
# Store the current working directory, to return to.
3636
CWD=`pwd`
3737

38-
# Clear all build information before re-compiling.
39-
# Turn this off when wanting to make small changes and recompile.
40-
FRESH_BUILD=1
41-
4238
# Run the Python API and Solver tests inside Maya, after a
4339
# successfully build an install process.
4440
RUN_TESTS=0

0 commit comments

Comments
 (0)