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

pull/366/head
acgessler 2014-09-04 21:04:39 -07:00
parent 185f01963f
commit 1c27d3c565
1 changed files with 1 additions and 0 deletions

View File

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