Remove ARCHFLAGS fixme from Python dependency
This will be handled by env/superenv, not Python.
This commit is contained in:
parent
71a4b8c6b9
commit
73547fc750
@ -260,8 +260,6 @@ class PythonInstalled < Requirement
|
|||||||
|
|
||||||
ENV['PYTHONHOME'] = nil # to avoid fuck-ups.
|
ENV['PYTHONHOME'] = nil # to avoid fuck-ups.
|
||||||
ENV['PYTHONPATH'] = global_site_packages.to_s unless brewed?
|
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 'CMAKE_INCLUDE_PATH', incdir, ':'
|
||||||
ENV.append 'PKG_CONFIG_PATH', pkg_config_path, ':' if pkg_config_path
|
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
|
# We don't set the -F#{framework} here, because if Python 2.x and 3.x are
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user