diff files/patch-lib__pypy___blake2___blake2__build.py @ 68:b8cea9d588b1 origin

ADD: the latest easily available port of lang/pypy3
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 09:18:39 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/files/patch-lib__pypy___blake2___blake2__build.py	Thu Sep 29 09:18:39 2022 +0200
@@ -0,0 +1,11 @@
+--- lib_pypy/_blake2/_blake2_build.py.orig	2020-03-27 16:01:26 UTC
++++ lib_pypy/_blake2/_blake2_build.py
+@@ -80,7 +80,7 @@ void* addressof_node_offset(blake_param *S) {
+ """
+ 
+ 
+-_libdir = os.path.abspath(os.path.join(os.path.dirname(__file__), 'impl'))
++_libdir = 'impl'
+ if BLAKE2_USE_SSE:
+     sourcesB=[os.path.join(_libdir, 'blake2b.c'), ]
+     sourcesS=[os.path.join(_libdir, 'blake2s.c'), ]