Skip to content

Commit c43ae9c

Browse files
Fix Maya 2020 Linux build script install path.
Issue #151.
1 parent 5a4a858 commit c43ae9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build_mmSolver_linux_maya2020.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Maya
2424
MAYA_VERSION=2020
25-
MAYA_LOCATION=/usr/autodesk/maya2019/
25+
MAYA_LOCATION=/usr/autodesk/maya2020/
2626

2727
# Clear all build information before re-compiling.
2828
# Turn this off when wanting to make small changes and recompile.
@@ -42,10 +42,10 @@ WITH_GPL_CODE=0
4242

4343
# Where to install the module?
4444
#
45-
# The "$HOME/maya/2019/modules" directory is automatically searched
45+
# The "$HOME/maya/2020/modules" directory is automatically searched
4646
# for Maya module (.mod) files. Therefore we can install directly.
4747
#
48-
INSTALL_MODULE_DIR=${HOME}/maya/2019/modules
48+
INSTALL_MODULE_DIR=${HOME}/maya/2020/modules
4949

5050
# Build ZIP Package.
5151
# For developer use. Make ZIP packages ready to distribute to others.

0 commit comments

Comments
 (0)