mirror of
https://github.com/0xflux/rust_shellcode
synced 2026-06-08 10:13:40 +00:00
4 lines
135 B
Rust
4 lines
135 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-search=native=lib");
|
|
println!("cargo:rustc-link-lib=static=libcreate_thread");
|
|
} |