aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-12 23:20:43 +0800
committercrupest <crupest@outlook.com>2021-04-12 23:20:43 +0800
commit34739cd02557bdecb0c3f1b35ffc5816eb3133ac (patch)
treeb2edad4b774b1bd3e4e500d6b64e11f1636a3983 /tools
parentbfb1b13ce8946b763f84f9966442b099e1041eb0 (diff)
downloadcru-34739cd02557bdecb0c3f1b35ffc5816eb3133ac.tar.gz
cru-34739cd02557bdecb0c3f1b35ffc5816eb3133ac.tar.bz2
cru-34739cd02557bdecb0c3f1b35ffc5816eb3133ac.zip
...
Diffstat (limited to 'tools')
-rw-r--r--tools/win_build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/win_build.py b/tools/win_build.py
index 73086917..9e0371ac 100644
--- a/tools/win_build.py
+++ b/tools/win_build.py
@@ -64,8 +64,8 @@ os.chdir(project_root)
configure()
if args.command == 'configure':
- return
+ exit(0)
build()
if args.command == 'build':
- return
+ exit(0)
test()