forked from mirrors/rustdesk
fixing https://github.com/rustdesk/rustdesk/issues/9103, maybe
This commit is contained in:
parent
7744bdbbe0
commit
d1fe617670
3 changed files with 2 additions and 2 deletions
|
|
@ -6,3 +6,5 @@ rustflags = ["-C", "target-feature=+crt-static", "-C", "link-args=/NODEFAULTLIB:
|
|||
rustflags = [
|
||||
"-C", "link-args=-sectcreate __CGPreLoginApp __cgpreloginapp /dev/null",
|
||||
]
|
||||
[target.'cfg(target_os="linux")']
|
||||
rustflags = ["-Ctarget-feature=+crt-static"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue