Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r1610:419da551d501 Date: 2014-12-30 03:56 +0100 http://bitbucket.org/cffi/cffi/changeset/419da551d501/
Log: Must also make 'sources' relative. diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py --- a/cffi/ffiplatform.py +++ b/cffi/ffiplatform.py @@ -11,7 +11,7 @@ """ -LIST_OF_FILE_NAMES = ['include_dirs', 'library_dirs', +LIST_OF_FILE_NAMES = ['sources', 'include_dirs', 'library_dirs', 'extra_objects', 'depends'] def get_extension(srcfilename, modname, sources=(), **kwds): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit