Commit f364d6dd authored by Stefan Behnel's avatar Stefan Behnel

Fix buildenv test in Py2.

parent c91f6ee5
......@@ -110,7 +110,7 @@ SIZEOF_OFF_T {SIZEOF_OFF_T}
Paths:
sys.executable = {sys.executable}
sys.exec_prefix = {sys.exec_prefix}
sys.base_exec_prefix = {sys.base_exec_prefix}
sys.base_exec_prefix = {getattr(sys, 'base_exec_prefix', "")}
sys.prefix = {sys.prefix}
sys.path = {sys.path}
PYTHONPATH (env) = {get_env('PYTHONPATH', '')}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment