Author: mattip
Branch:
Changeset: r52668:8abf18698af3
Date: 2012-02-20 12:49 +0200
http://bitbucket.org/pypy/pypy/changeset/8abf18698af3/
Log: whoops
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
@@ -83,7 +83,7 @@
shutil.copy(str(basedir.join(file)), str(pypydir))
pypydir.ensure('include', dir=True)
if sys.platform == 'win32':
- shutil.copyfile(str(pypy_c.dirpath().join("libpypy-c.lib"))),
+ shutil.copyfile(str(pypy_c.dirpath().join("libpypy-c.lib")),
str(pypydir.join('include/python27.lib')))
# we want to put there all *.h and *.inl from trunk/include
# and from pypy/_interfaces
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit