Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cross-compiling with dylib feature (#85)
When cross-compiling the host OS may be different from the target OS. E.g. one may be compiling for Linux on a Windows machine. In build-scripts one needs to reed the `TARGET` environment variables that cargo sets, since build scripts themselves are always compiled for the host platform.
- Loading branch information