mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
4 lines
126 B
TOML
4 lines
126 B
TOML
[target.'cfg(target_os="macos")']
|
|
rustflags = [
|
|
"-C", "link-args=-sectcreate __CGPreLoginApp __cgpreloginapp /dev/null",
|
|
] |