Browse Source

remove maya version from directory

David Rose 23 years ago
parent
commit
e8347d7170
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -406,7 +406,7 @@
 #define COMPILE_IN_DEFAULT_FONT 1
 #define COMPILE_IN_DEFAULT_FONT 1
 
 
 // Is Maya installed?  This matters only to programs in PANDATOOL.
 // Is Maya installed?  This matters only to programs in PANDATOOL.
-#define MAYA_LOCATION /usr/aw/maya3.0
+#define MAYA_LOCATION /usr/aw/maya
 #defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib OpenMayaAnim.lib,Foundation OpenMaya OpenMayaAnim]
 #defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib OpenMayaAnim.lib,Foundation OpenMaya OpenMayaAnim]
 #defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
 #defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]