diff --git a/setup.py b/setup.py index 5b7aae72f25..556f70f1f8a 100644 --- a/setup.py +++ b/setup.py @@ -1450,8 +1450,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') ]