Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r46986:fc2e47f14b48
Date: 2011-09-01 17:55 +0200
http://bitbucket.org/pypy/pypy/changeset/fc2e47f14b48/

Log:    Print the path of the libexpat.dll we pick.

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -56,6 +56,7 @@
         if not libexpat.check():
             libexpat = py.path.local.sysfind('libexpat.dll')
             assert libexpat, "libexpat.dll not found"
+            print "Picking %s" % libexpat
         binaries = [(pypy_c, pypy_c.basename),
                     (libpypy_c, libpypy_c.basename),
                     (libexpat, libexpat.basename)]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to