Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: X-link: facebookincubator/zstrong#871 The problem I need to solve is that projects without a pkg-config can't be found by Cabal. I need to pass extra flags to Cabal for it to find the includes and libraries for these projects. So here I'm creating a `GETDEPS_CABAL_FLAGS` env with all the necessary flags. It's a bit horrible. Really I want to do this only for the direct deps, but where the env is being setup we don't have access to the direct vs. non-direct deps currently, only the install_dirs. Reviewed By: josefs Differential Revision: D58200841 fbshipit-source-id: 03f8630610691485561438d69fe8e1182396cd04
- Loading branch information