[pypy-svn] r66826 - pypy/branch/pyjitpl5/pypy/rpython/lltypesystem

pedronis at codespeak.net pedronis at codespeak.net
Fri Aug 14 15:22:08 CEST 2009


Author: pedronis
Date: Fri Aug 14 15:22:07 2009
New Revision: 66826

Modified:
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py
Log:
comment

Modified: pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py	(original)
+++ pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py	Fri Aug 14 15:22:07 2009
@@ -844,6 +844,7 @@
         for libname in libraries:
             libpath = None
             for dir in eci.library_dirs:
+                # xxx untested directly, what about 'lib' prefix
                 if sys.platform == "win32":
                     tryfile = os.path.join(dir, libname + '.dll')
                 elif sys.platform == "darwin":



More information about the Pypy-commit mailing list