Skip to content

Commit

Permalink
Fix Maya 2020 Linux build script install path.
Browse files Browse the repository at this point in the history
Issue #151.
  • Loading branch information
david-cattermole committed Mar 29, 2021
1 parent 5a4a858 commit c43ae9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_mmSolver_linux_maya2020.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Maya
MAYA_VERSION=2020
MAYA_LOCATION=/usr/autodesk/maya2019/
MAYA_LOCATION=/usr/autodesk/maya2020/

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

# Where to install the module?
#
# The "$HOME/maya/2019/modules" directory is automatically searched
# The "$HOME/maya/2020/modules" directory is automatically searched
# for Maya module (.mod) files. Therefore we can install directly.
#
INSTALL_MODULE_DIR=${HOME}/maya/2019/modules
INSTALL_MODULE_DIR=${HOME}/maya/2020/modules

# Build ZIP Package.
# For developer use. Make ZIP packages ready to distribute to others.
Expand Down

0 comments on commit c43ae9c

Please sign in to comment.