mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 22:45:14 +00:00
4 lines
105 B
Rust
4 lines
105 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-lib=dylib=app");
|
|
println!("cargo:rustc-link-search=.");
|
|
}
|