Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid linker warning about non-existent directory
The `wrapCCWith` function adds the `$cc/lib` directory to the library search path (`-L`) using the `nix-support/cc-ldflags` file. Usually, for `stdenv.cc` this directory does not exist and `ld` will warn "directory not found for option `-L...`.
- Loading branch information