This commit is contained in:
恍兮惚兮 2024-06-25 03:29:11 +08:00
parent bd17a9aa72
commit e27fda0f9c

View File

@ -259,7 +259,6 @@ if __name__ == "__main__":
exit() exit()
arch = sys.argv[1] arch = sys.argv[1]
version = sys.argv[2] version = sys.argv[2]
isdebug = len(sys.argv) > 2 and int(sys.argv[2])
os.chdir(rootDir) os.chdir(rootDir)
os.system("git submodule update --init --recursive") os.system("git submodule update --init --recursive")
os.makedirs("temp", exist_ok=True) os.makedirs("temp", exist_ok=True)