Skip to content

Commit

Permalink
Remove ARCHFLAGS fixme from Python dependency
Browse files Browse the repository at this point in the history
This will be handled by env/superenv, not Python.
  • Loading branch information
adamv committed Aug 3, 2013
1 parent 2a74430 commit 90ccfc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/requirements/python_dependency.rb
Expand Up @@ -260,8 +260,6 @@ def modify_build_environment

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
Expand Down

0 comments on commit 90ccfc3

Please sign in to comment.