Fixed relativepaths in PyCXX

This commit is contained in:
Yorik van Havre
2014-09-18 10:04:26 -03:00
parent 97296606f6
commit f5e87dd358
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
#include "CXX/WrapPython.h"
#if PY_MAJOR_VERSION == 2
#include "Src/Python2/cxxextensions.c"
#include "Python2/cxxextensions.c"
#else
#include "Src/Python3/cxxextensions.c"
#include "Python3/cxxextensions.c"
#endif

View File

@@ -37,7 +37,7 @@
#include "CXX/WrapPython.h"
#if PY_MAJOR_VERSION == 2
#include "Src/Python2/cxxsupport.cxx"
#include "Python2/cxxsupport.cxx"
#else
#include "Src/Python3/cxxsupport.cxx"
#include "Python3/cxxsupport.cxx"
#endif