nixpkgs/pkgs/build-support/rust/build-rust-crate/test
Andreas Rammhold c8de31baa6 buildRustCrateTests: Fix link order test on darwin
As it turns out Darwin does most of the things differently then "normal"
systems. They are using a different shared library extension and require
an obscure commandline parameter that has to be added to every build
system out there. That issue seems to be with clang on Darwin as on
Linux that flag isn't required to build the very same tests (when using
clang).

After adjusting these two details the tests are running fine on the
darwin box that I was able to obtain.
2020-03-28 21:13:16 +01:00
..
brotli-crates.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
default.nix buildRustCrateTests: Fix link order test on darwin 2020-03-28 21:13:16 +01:00