Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 authored Mar 27, 2024
1 parent 81ee289 commit 34df294
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 34df294

Please sign in to comment.