win,debug

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-07 20:29:44 +08:00
parent ea44eb5380
commit 4f60dc9522
3 changed files with 6 additions and 12 deletions

View File

@@ -106,12 +106,6 @@ def make_parser():
action='store_true',
help='Skip cargo build process, only flutter version + Linux supported currently'
)
if windows:
parser.add_argument(
'--idd-driver',
action='store_true',
help='Build idd driver for virtual display.'
)
return parser