Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of cfg_aliases build dependency
As it turns out cfg_aliases does a borderline trivial thing, in that it basically just checks an environment variable and emits one or two lines of 'cargo:' directives. When a build system other than Cargo is used that does not honor build scripts we end up having to craft similar logic ourselves. In such an instance, all cfg_aliases does is obfuscate what is really going on. So we might as well just include the logic ourselves and get rid of the build dependency, given that we have to do it in one shape or form anyway. Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information