diff --git a/setup.py b/setup.py index 985779dea3a..f1e983d3f0f 100644 --- a/setup.py +++ b/setup.py @@ -1443,8 +1443,8 @@ class PyBuildExt(build_ext): # different the UNIX search logic is not sharable. from os.path import join, exists framework_dirs = [ - '/System/Library/Frameworks/', '/Library/Frameworks', + '/System/Library/Frameworks/', join(os.getenv('HOME'), '/Library/Frameworks') ]