Author: Armin Rigo <[email protected]>
Branch:
Changeset: r63938:63cf4c942d92
Date: 2013-05-09 10:58 +0200
http://bitbucket.org/pypy/pypy/changeset/63cf4c942d92/
Log: clean-up
diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py
--- a/rpython/rlib/clibffi.py
+++ b/rpython/rlib/clibffi.py
@@ -64,13 +64,8 @@
else:
separate_module_sources = []
-def setup_after_config(config):
- pass
if not _WIN32:
- # On some platforms, we try to link statically libffi, which is small
- # anyway and avoids endless troubles for installing. On other platforms
- # libffi.a is typically not there, so we link dynamically.
includes = ['ffi.h']
if _MAC_OS:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit