Skip to content

Commit bc39296

Browse files
committed
ci: macos: codesign stripping fix
1 parent 59727b3 commit bc39296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ build-Darwin: $(build-libs) $(brew-libs)
321321

322322
# Homebrew seems to sometimes have signed code. But signatures may have been
323323
# invalidated by out rpath/etc futzing. Remove them all
324-
find env/ wheelhouse/ -type f -exec codesign --remove-signature {} + ;
324+
find $(VENDOR_ENV) -type f -exec codesign --remove-signature {} + ;
325325

326326
mkdir -p $(VENDOR_ENV)/share/git-core/
327327
cp -vaf env/share/git-core/templates $(VENDOR_ENV)/share/git-core/

0 commit comments

Comments
 (0)