mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 04:17:57 +00:00
7 lines
226 B
Rust
7 lines
226 B
Rust
#![crate_type = "rlib"]
|
|
#![feature(link_arg_attribute)]
|
|
|
|
#[link(name = "-weak_framework", kind = "link-arg", modifiers = "+verbatim")]
|
|
#[link(name = "CoreFoundation", kind = "link-arg", modifiers = "+verbatim")]
|
|
extern "C" {}
|