[pypy-svn] r45827 - pypy/branch/pypy-more-rtti-inprogress/rpython/tool

fijal at codespeak.net fijal at codespeak.net
Fri Aug 17 20:07:35 CEST 2007


Author: fijal
Date: Fri Aug 17 20:07:34 2007
New Revision: 45827

Modified:
   pypy/branch/pypy-more-rtti-inprogress/rpython/tool/rfficache.py
Log:
Port fix from trunk.


Modified: pypy/branch/pypy-more-rtti-inprogress/rpython/tool/rfficache.py
==============================================================================
--- pypy/branch/pypy-more-rtti-inprogress/rpython/tool/rfficache.py	(original)
+++ pypy/branch/pypy-more-rtti-inprogress/rpython/tool/rfficache.py	Fri Aug 17 20:07:34 2007
@@ -35,6 +35,7 @@
 
     # always include pypy include dir
     pypypath = py.path.local(pypydir)
+    include_dirs = include_dirs[:]
     include_dirs.append(str(pypypath.join('translator', 'c', 'src')))
 
     c_exec = build_executable([str(c_file)], include_dirs=include_dirs,



More information about the Pypy-commit mailing list