[pypy-commit] pypy default: Fix mingw build

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62790:d37151f4f00a Date: 2013-03-26 05:15 +0100 http://bitbucket.org/pypy/pypy/changeset/d37151f4f00a/ Log:Fix mingw build Searched for 'liblibffi-5.a'; single backslash is evil diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.

[pypy-commit] pypy default: fix mingw build

2013-03-25 Thread sthalik
Author: Stanislaw Halik Branch: Changeset: r62789:959fd3e261fb Date: 2013-03-26 05:14 +0100 http://bitbucket.org/pypy/pypy/changeset/959fd3e261fb/ Log:fix mingw build tcp_keepalive exists on MinGW64, leading to redefinition. MinGW32 doesn't compile anyway due to broken head