560c560
< py_lib_path.append('-L' + py_getvar('LIBPL'))
---
> py_lib_path.append(py_getvar('LIBPL'))
563a564,565
> assert lib.startswith('-l')
> lib = lib[2:]
566c568
< py_libs.append('-l' + py_version)
---
> py_libs.append(py_version)
577,578d578
< assert lib.startswith('-l')
< lib = lib[2:]