Skip to content

Commit

Permalink
Fixed relativepaths in PyCXX
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Sep 24, 2014
1 parent ad3908c commit 69c4b37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/CXX/cxxextensions.c
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/CXX/cxxsupport.cxx
Expand Up @@ -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

0 comments on commit 69c4b37

Please sign in to comment.