Author: Armin Rigo <armin.r...@gmail.com> Branch: Changeset: r70804:c65c5258c686 Date: 2014-04-20 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/c65c5258c686/
Log: Merged in vext01/pypy/openbsd-lib-prefix (pull request #231) Like Linux, the BSDs use a 'lib' prefix for shared objects. diff --git a/rpython/translator/platform/bsd.py b/rpython/translator/platform/bsd.py --- a/rpython/translator/platform/bsd.py +++ b/rpython/translator/platform/bsd.py @@ -6,6 +6,7 @@ DEFAULT_CC = 'clang' so_ext = 'so' + so_prefixes = ('lib', '') make_cmd = 'gmake' standalone_only = [] _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit