Skip to content

Commit a2b53fc

Browse files
committed
Replace numpy signature with ad-hoc signatures
This ensure the same ad-hoc signature for everything.
1 parent 729ab47 commit a2b53fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

post.conf.d/ink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function ink_pipinstall_numpy
247247
{
248248
find "$INK_APP_LIB_DIR/python$INK_PYTHON_VER/site-packages/numpy" \
249249
'(' -name "*.so" -o -name "*.dylib" ')' \
250-
-exec codesign --remove-signature {} \;
250+
-exec codesign --force -s - {} \;
251251

252252
find "$INK_APP_LIB_DIR/python$INK_PYTHON_VER/site-packages/numpy" \
253253
-name "*.a" -delete

0 commit comments

Comments
 (0)