🐛 Fixed OGRE 1.12.13 build on Windows
This commit is contained in:
4
build.py
Normal file → Executable file
4
build.py
Normal file → Executable 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")
|
||||
|
Reference in New Issue
Block a user