Commit 05774ca0 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Self-host fix: changed the include directory

parent 3ef50b1a
......@@ -69,7 +69,7 @@ def get_python_version():
def get_python_inc(plat_specific=0, prefix=None):
# Pyston change: this is the way we layout things internally:
return os.path.join(os.path.dirname(sys.executable), "include")
return os.path.join(os.path.dirname(sys.executable), "from_cpython/Include")
"""Return the directory containing installed Python header files.
......
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