Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `wrapCCWith` function assumes that the `cc` attribute it is passed is an unwrapped `cc` since it adds its `/lib` directory to the linker search path. Passing an already wrapped `cc` here causes `ld` to issue warnings about the directory was not found, since for a wrapped `cc` it does not exist.
- Loading branch information