Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 9, 2020
1 parent c0ec254 commit cddc466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-ndk-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ include!("ffi_i686.rs");
#[cfg(all(any(target_os = "android", test), target_arch = "x86_64"))]
include!("ffi_x86_64.rs");

#[cfg(target_os = "android")]
#[link(name = "android")]
extern "C" {}

0 comments on commit cddc466

Please sign in to comment.