fixed install

This commit is contained in:
2025-06-01 15:33:00 -04:00
parent 3776946155
commit 178bd616f5
41 changed files with 21 additions and 18 deletions

View File

@ -20,7 +20,7 @@ for o in obj_list:
if(sys.platform!="win32"):
os.chdir('./build_mingw64')
callproc('wine ./tests.exe')
callproc('wine tests.exe')
os.chdir('..')
else:
os.chdir('./build_mingw64')