[pypy-svn] r45596 - pypy/dist/pypy/rpython/lltypesystem

fijal at codespeak.net fijal at codespeak.net
Sat Aug 11 11:58:09 CEST 2007


Author: fijal
Date: Sat Aug 11 11:58:08 2007
New Revision: 45596

Modified:
   pypy/dist/pypy/rpython/lltypesystem/rfficache.py
Log:
Don't modify argument.


Modified: pypy/dist/pypy/rpython/lltypesystem/rfficache.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/rfficache.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/rfficache.py	Sat Aug 11 11:58:08 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