Fixed relativepaths in PyCXX
This commit is contained in:
parent
ad3908cca6
commit
69c4b37fe6
|
@ -37,7 +37,7 @@
|
||||||
#include "CXX/WrapPython.h"
|
#include "CXX/WrapPython.h"
|
||||||
|
|
||||||
#if PY_MAJOR_VERSION == 2
|
#if PY_MAJOR_VERSION == 2
|
||||||
#include "Src/Python2/cxxextensions.c"
|
#include "Python2/cxxextensions.c"
|
||||||
#else
|
#else
|
||||||
#include "Src/Python3/cxxextensions.c"
|
#include "Python3/cxxextensions.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#include "CXX/WrapPython.h"
|
#include "CXX/WrapPython.h"
|
||||||
|
|
||||||
#if PY_MAJOR_VERSION == 2
|
#if PY_MAJOR_VERSION == 2
|
||||||
#include "Src/Python2/cxxsupport.cxx"
|
#include "Python2/cxxsupport.cxx"
|
||||||
#else
|
#else
|
||||||
#include "Src/Python3/cxxsupport.cxx"
|
#include "Python3/cxxsupport.cxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user