[pypy-commit] pypy default: Oops

amauryfa noreply at buildbot.pypy.org
Sun Aug 14 22:03:02 CEST 2011


Author: Amaury Forgeot d'Arc <amauryfa at 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,


More information about the pypy-commit mailing list