rustdesk/.cargo/config.toml

4 lines
126 B
TOML

[target.'cfg(target_os="macos")']
rustflags = [
"-C", "link-args=-sectcreate __CGPreLoginApp __cgpreloginapp /dev/null",
]