From 34df294982f3bb4d8119007fa79179a280111621 Mon Sep 17 00:00:00 2001 From: Vic Nightfall Date: Wed, 27 Mar 2024 10:30:24 +0100 Subject: [PATCH] Update build.py --- build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.py b/build.py index de98c54..ed3dbaa 100755 --- a/build.py +++ b/build.py @@ -90,8 +90,7 @@ def release(): def testrunner(extra): args = [exe_file("bin/princess"), "--no-incremental", "--outfile", exe_file("bin/testrunner"), "src/testrunner.pr"] - if sys.platform == "win32": - args += WIN_ARGS + args += ARGS subprocess.check_call(args + extra) def clean():