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

Maciej Fijalkowski fijall at gmail.com
Fri Aug 14 15:19:27 CEST 2009


The better version of this is on trunk (and tested) (*I think*)

On Fri, Aug 14, 2009 at 7:22 AM, <pedronis at codespeak.net> wrote:
> 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":
> _______________________________________________
> pypy-svn mailing list
> pypy-svn at codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-svn
>



More information about the Pypy-commit mailing list