[pypy-svn] r75962 - pypy/branch/reflex-support/pypy/module/cppyy

arigo at codespeak.net arigo at codespeak.net
Wed Jul 7 12:16:50 CEST 2010


Author: arigo
Date: Wed Jul  7 12:16:48 2010
New Revision: 75962

Modified:
   pypy/branch/reflex-support/pypy/module/cppyy/capi.py
Log:
Tentative fix of translation.


Modified: pypy/branch/reflex-support/pypy/module/cppyy/capi.py
==============================================================================
--- pypy/branch/reflex-support/pypy/module/cppyy/capi.py	(original)
+++ pypy/branch/reflex-support/pypy/module/cppyy/capi.py	Wed Jul  7 12:16:48 2010
@@ -16,6 +16,7 @@
 eci = ExternalCompilationInfo(
     separate_module_files=[srcpath.join("reflexcwrapper.cxx")],
     include_dirs=[incpath, rootincpath],
+    includes=["reflexcwrapper.h"],
     library_dirs=[rootlibpath],
     libraries=["Reflex"],
     use_cpp_linker=True,



More information about the Pypy-commit mailing list