Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: Changeset: r46503:b121c950c907 Date: 2011-08-14 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b121c950c907/
Log: Oops diff --git a/pypy/rpython/tool/rffi_platform.py b/pypy/rpython/tool/rffi_platform.py --- a/pypy/rpython/tool/rffi_platform.py +++ b/pypy/rpython/tool/rffi_platform.py @@ -704,7 +704,7 @@ # XXX make this configurable if sys.platform == 'win32': libdir = py.path.local('c:/buildslave/support') # on the bigboard buildbot - if libdir.exists(): + if libdir.check(): PYPY_EXTERNAL_DIR = libdir def configure_external_library(name, eci, configurations, _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit