mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-10-19 05:03:14 +08:00
4 lines
No EOL
126 B
TOML
4 lines
No EOL
126 B
TOML
[target.'cfg(target_os="macos")']
|
|
rustflags = [
|
|
"-C", "link-args=-sectcreate __CGPreLoginApp __cgpreloginapp /dev/null",
|
|
] |