Skip to content

hts-sys hts-sys-v2.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 14:21
d350413

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)