comparison files/patch-lib__pypy___blake2___blake2__build.py @ 69:f7806d358539

MERGE: the "origin" branch with the existing ports files
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 09:19:28 +0200
parents b8cea9d588b1
children
comparison
equal deleted inserted replaced
67:9a0f32f1678b 69:f7806d358539
1 --- lib_pypy/_blake2/_blake2_build.py.orig 2020-03-27 16:01:26 UTC
2 +++ lib_pypy/_blake2/_blake2_build.py
3 @@ -80,7 +80,7 @@ void* addressof_node_offset(blake_param *S) {
4 """
5
6
7 -_libdir = os.path.abspath(os.path.join(os.path.dirname(__file__), 'impl'))
8 +_libdir = 'impl'
9 if BLAKE2_USE_SSE:
10 sourcesB=[os.path.join(_libdir, 'blake2b.c'), ]
11 sourcesS=[os.path.join(_libdir, 'blake2s.c'), ]