aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements/python_dependency.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-03 10:28:57 -0700
committerAdam Vandenberg2013-08-03 10:28:57 -0700
commit90ccfc36e614e068591e2fe1909dd83fdd71388b (patch)
treeed261e7b302636f8fab561a61a4d09ad1fe6e028 /Library/Homebrew/requirements/python_dependency.rb
parent2a744308319a16b087c47b7198523bd15b1d5373 (diff)
downloadhomebrew-90ccfc36e614e068591e2fe1909dd83fdd71388b.tar.bz2
Remove ARCHFLAGS fixme from Python dependency
This will be handled by env/superenv, not Python.
Diffstat (limited to 'Library/Homebrew/requirements/python_dependency.rb')
-rw-r--r--Library/Homebrew/requirements/python_dependency.rb2
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