From e27fda0f9c7185b521b9d049a4da6287a6764586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:29:11 +0800 Subject: [PATCH] shit --- build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build.py b/build.py index 0542a50a..29b3bd7e 100644 --- a/build.py +++ b/build.py @@ -259,7 +259,6 @@ if __name__ == "__main__": exit() arch = sys.argv[1] version = sys.argv[2] - isdebug = len(sys.argv) > 2 and int(sys.argv[2]) os.chdir(rootDir) os.system("git submodule update --init --recursive") os.makedirs("temp", exist_ok=True)