We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e6985 commit 8505756Copy full SHA for 8505756
1 file changed
scripts/build_mmSolver_linux_maya2020.bash
@@ -22,7 +22,7 @@
22
23
# Maya
24
MAYA_VERSION=2020
25
-MAYA_LOCATION=/usr/autodesk/maya2019/
+MAYA_LOCATION=/usr/autodesk/maya2020/
26
27
# Clear all build information before re-compiling.
28
# Turn this off when wanting to make small changes and recompile.
@@ -42,10 +42,10 @@ WITH_GPL_CODE=0
42
43
# Where to install the module?
44
#
45
-# The "$HOME/maya/2019/modules" directory is automatically searched
+# The "$HOME/maya/2020/modules" directory is automatically searched
46
# for Maya module (.mod) files. Therefore we can install directly.
47
48
-INSTALL_MODULE_DIR=${HOME}/maya/2019/modules
+INSTALL_MODULE_DIR=${HOME}/maya/2020/modules
49
50
# Build ZIP Package.
51
# For developer use. Make ZIP packages ready to distribute to others.
0 commit comments