Skip to content

Commit

Permalink
Update cfg on init use
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Jan 19, 2017
1 parent 4acb512 commit 69763c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

#[cfg(all(any(target_arch = "arm", target_arch = "aarch64"),
target_os = "linux"))]
any(target_os = "linux", target_os = "android")))]
use cpu_feature::arm_linux::auxv;
#[cfg(all(any(target_arch = "arm", target_arch = "aarch64"),
target_os = "linux"))]
any(target_os = "linux", target_os = "android")))]
use cpu_feature::arm_linux;

#[inline(always)]
Expand Down

0 comments on commit 69763c4

Please sign in to comment.