Skip to content

rust-htslib rust-htslib-v0.39.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 15:09
9e01563

Bug Fixes

  • Configuration when cross-compiling. Even when cross-compiling, build.rs runs on the build host. Hence within build.rs #[cfg(target_os)] always reflects the host, not the target. Use $CARGO_CFG_TARGET_OS instead to query target properties. (#329) (d5198e6)