mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
win, add idd-driver build option
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9bb9a74979
commit
ea44eb5380
2 changed files with 7 additions and 1 deletions
6
build.py
6
build.py
|
@ -106,6 +106,12 @@ 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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue