File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
# Maya
24
24
MAYA_VERSION=2020
25
- MAYA_LOCATION=/usr/autodesk/maya2019 /
25
+ MAYA_LOCATION=/usr/autodesk/maya2020 /
26
26
27
27
# Clear all build information before re-compiling.
28
28
# Turn this off when wanting to make small changes and recompile.
@@ -42,10 +42,10 @@ WITH_GPL_CODE=0
42
42
43
43
# Where to install the module?
44
44
#
45
- # The "$HOME/maya/2019 /modules" directory is automatically searched
45
+ # The "$HOME/maya/2020 /modules" directory is automatically searched
46
46
# for Maya module (.mod) files. Therefore we can install directly.
47
47
#
48
- INSTALL_MODULE_DIR=${HOME} /maya/2019 /modules
48
+ INSTALL_MODULE_DIR=${HOME} /maya/2020 /modules
49
49
50
50
# Build ZIP Package.
51
51
# For developer use. Make ZIP packages ready to distribute to others.
You can’t perform that action at this time.
0 commit comments