浏览代码

Regression test suite: look for assimp_cmd binary in current folder first.

acgessler 11 年之前
父节点
当前提交
1c27d3c565
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/regression/utils.py

+ 1 - 0
test/regression/utils.py

@@ -88,6 +88,7 @@ def find_assimp_or_die():
     global assimp_bin_path
     if os.name == "nt":
         search_x86 = [
+            os.path.join("assimp.exe"),
             os.path.join("..","..","bin","assimpcmd_release-dll_Win32","assimp.exe"),
             os.path.join("..","..","bin","x86","assimp"),
             os.path.join("..","..","bin","Release","assimp.exe")