Author: Matti Picus <[email protected]>
Branch: py3k
Changeset: r70550:4384d75f8e85
Date: 2014-04-11 10:34 +0300
http://bitbucket.org/pypy/pypy/changeset/4384d75f8e85/
Log: copy import library pragma from cpython
diff --git a/pypy/module/cpyext/include/pyconfig.h
b/pypy/module/cpyext/include/pyconfig.h
--- a/pypy/module/cpyext/include/pyconfig.h
+++ b/pypy/module/cpyext/include/pyconfig.h
@@ -38,9 +38,9 @@
* taken care of by distutils.) */
# ifdef _DEBUG
# error("debug first with cpython")
-# pragma comment(lib,"python27.lib")
+# pragma comment(lib,"python32.lib")
# else
-# pragma comment(lib,"python27.lib")
+# pragma comment(lib,"python32.lib")
# endif /* _DEBUG */
# endif
#endif /* _MSC_VER */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit