Author: Matti Picus <[email protected]>
Branch:
Changeset: r97478:424cd7425b6d
Date: 2019-09-15 13:35 +0300
http://bitbucket.org/pypy/pypy/changeset/424cd7425b6d/
Log: fix prefix
diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py
--- a/pypy/tool/build_cffi_imports.py
+++ b/pypy/tool/build_cffi_imports.py
@@ -27,7 +27,7 @@
cffi_dependencies = {
'_ssl': ('https://www.openssl.org/source/openssl-1.1.1c.tar.gz',
'f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90',
- [['./config', 'no-shared'],
+ [['./config', '--prefix=/usr', 'no-shared'],
['make', '-s', '-j', str(multiprocessing.cpu_count())],
['make', 'install', 'DESTDIR={}/'.format(deps_destdir)],
]),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit