Skip to content
Commit 977a191e authored by Jason Molenda's avatar Jason Molenda
Browse files

#include <Python.h>, not <Python/Python.h>. The latter results in

the build being broken for people using the public Mac OS X 10.9 SDK, 
which does not have the Python framework any longer.  The Xcode project
file already sets the -I and -L flags correctly so that <Python.h> and
-lpython will work correctly with the system's installed Python.

llvm-svn: 196259
parent 4281a139
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment