This commit is contained in:
rustdesk
2024-08-18 09:30:53 +08:00
parent 7744bdbbe0
commit d1fe617670
3 changed files with 2 additions and 2 deletions

View File

@@ -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"]