🐛 Fixed OGRE 1.12.13 build on Windows

This commit is contained in:
2021-09-10 12:32:57 +00:00
parent fafacf76f3
commit 4e871901dc
2 changed files with 4 additions and 4 deletions

4
build.py Normal file → Executable file
View File

@ -1,7 +1,5 @@
#!/usr/bin/env python3
import os
import sys
import platform
from glob import glob
import yaml
import subprocess
@ -40,4 +38,4 @@ data = list(filter(lambda k: 'anotherfoxguy' in k, subprocess.run(
['conan', 'search', '*', '--raw'], stdout=subprocess.PIPE).stdout.decode("utf-8").split()))
for d in data:
system(f"conan upload {d} -r ror-v2 --all --force")
system(f"conan upload {d} -r ror-v2 --all")