forked from mirrors/rustdesk
revert
This commit is contained in:
parent
d1fe617670
commit
4e084c5ee0
3 changed files with 9 additions and 2 deletions
|
|
@ -6,5 +6,8 @@ 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"]
|
||||
#[target.'cfg(target_os="linux")']
|
||||
# glibc-static required, this may fix https://github.com/rustdesk/rustdesk/issues/9103, but I do not wanna to this big change
|
||||
#rustflags = [
|
||||
# "-C", "link-args=-Wl,-Bstatic -lc -Wl,-Bdynamic"
|
||||
#]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue