Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uplink-sys(build): Fix build script for macOS
To get the target build operating system, `CARGO_CFG_TARGET_OS` should be read instead of `cfg(target_os = "macos")`. The latter detects the host OS that is building the `build.rs` script, not the target OS.
- Loading branch information