We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59727b3 commit bc39296Copy full SHA for bc39296
vendor/Makefile
@@ -321,7 +321,7 @@ build-Darwin: $(build-libs) $(brew-libs)
321
322
# Homebrew seems to sometimes have signed code. But signatures may have been
323
# invalidated by out rpath/etc futzing. Remove them all
324
- find env/ wheelhouse/ -type f -exec codesign --remove-signature {} + ;
+ find $(VENDOR_ENV) -type f -exec codesign --remove-signature {} + ;
325
326
mkdir -p $(VENDOR_ENV)/share/git-core/
327
cp -vaf env/share/git-core/templates $(VENDOR_ENV)/share/git-core/
0 commit comments