浏览代码

test for Maya SDK, not just Maya

David Rose 24 年之前
父节点
当前提交
ae6f1cff51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -366,7 +366,7 @@
 // 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/maya3.0
 #defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib]
 #defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib]
-#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]]
+#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
 
 
 
 
 // Define this to generate static libraries and executables, rather than
 // Define this to generate static libraries and executables, rather than