Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setup.py to respect numpy's parsing of libraries in site.cfg
numpy parses libraries in site.cfg by splitting on comma. We want to maintain compatibility with that, but we've already established os.pathname by accident. To minimize breakages, we support both.
- Loading branch information