diff options
| author | Adam Vandenberg | 2013-08-03 10:28:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-03 10:28:57 -0700 |
| commit | 73547fc750d0692f32a651466f6ba1face88c768 (patch) | |
| tree | 3796ea9be0dcdde25a448c5cb5670852422d1d71 /Library | |
| parent | 71a4b8c6b976c68bc1a1b4c6d3100d521c840535 (diff) | |
| download | brew-73547fc750d0692f32a651466f6ba1face88c768.tar.bz2 | |
Remove ARCHFLAGS fixme from Python dependency
This will be handled by env/superenv, not Python.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/requirements/python_dependency.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/requirements/python_dependency.rb b/Library/Homebrew/requirements/python_dependency.rb index e46b8fdca..eb61addc2 100644 --- a/Library/Homebrew/requirements/python_dependency.rb +++ b/Library/Homebrew/requirements/python_dependency.rb @@ -260,8 +260,6 @@ class PythonInstalled < Requirement ENV['PYTHONHOME'] = nil # to avoid fuck-ups. ENV['PYTHONPATH'] = global_site_packages.to_s unless brewed? - # Python respects the ARCHFLAGS var if set. Shall we set them here? - # ENV['ARCHFLAGS'] = ??? # FIXME ENV.append 'CMAKE_INCLUDE_PATH', incdir, ':' ENV.append 'PKG_CONFIG_PATH', pkg_config_path, ':' if pkg_config_path # We don't set the -F#{framework} here, because if Python 2.x and 3.x are |
