瀏覽代碼

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")