Skip to content

Commit ce4519b

Browse files
committed
Fixes rust-lang#44: Work around libffi linking issue via build.rs
1 parent f7d0c09 commit ce4519b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cargo/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("cargo:rustc-link-lib=dylib=ffi");
3+
}

0 commit comments

Comments
 (0)