mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
enable virtual_display_driver on win
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9d8e7745e2
commit
8f7b4b198d
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -242,6 +242,7 @@ def get_features(args):
|
|||
features = ['inline'] if not args.flutter else []
|
||||
if windows:
|
||||
features.extend(get_rc_features(args))
|
||||
features.append('virtual_display_driver')
|
||||
if args.hwcodec:
|
||||
features.append('hwcodec')
|
||||
if args.flutter:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue