Skip to content

Commit

Permalink
!try
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 20, 2021
1 parent 5714988 commit bb9cee5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/engine-dylib/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//! Pass `--export-dynamic` to the linker.
fn main() {
#[cfg(target_os = "linux")]
println!("cargo:rustc-cdylib-link-arg=--export-dynamic");
}

0 comments on commit bb9cee5

Please sign in to comment.