diff options
author | crupest <crupest@outlook.com> | 2021-04-12 23:20:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-12 23:20:43 +0800 |
commit | 34739cd02557bdecb0c3f1b35ffc5816eb3133ac (patch) | |
tree | b2edad4b774b1bd3e4e500d6b64e11f1636a3983 | |
parent | bfb1b13ce8946b763f84f9966442b099e1041eb0 (diff) | |
download | cru-34739cd02557bdecb0c3f1b35ffc5816eb3133ac.tar.gz cru-34739cd02557bdecb0c3f1b35ffc5816eb3133ac.tar.bz2 cru-34739cd02557bdecb0c3f1b35ffc5816eb3133ac.zip |
...
-rw-r--r-- | tools/win_build.py | 4 |
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() |