We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954b7fe commit ba7ade8Copy full SHA for ba7ade8
2 files changed
script/build-macos.sh
@@ -31,6 +31,12 @@ DESTDIR="$DESTINATION" make strip install prefix=/ \
31
MACOSX_DEPLOYMENT_TARGET=10.9
32
)
33
34
+(
35
+cd "$SOURCE/contrib/credential/osxkeychain" || exit 1
36
+make clean
37
+make
38
+cp "$SOURCE/contrib/credential/osxkeychain/git-credential-osxkeychain" "$DESTINATION/libexec/git-core/"
39
+)
40
41
if [[ "$GIT_LFS_VERSION" ]]; then
42
echo "-- Bundling Git LFS"
script/build-win32.sh
@@ -90,5 +90,4 @@ rm "$DESTINATION/$MINGW_DIR/etc/gitattributes"
90
echo "-- Removing global gitattributes which handles certain file extensions"
91
92
rm "$DESTINATION/$MINGW_DIR/bin/git-credential-store.exe"
93
-rm "$DESTINATION/$MINGW_DIR/bin/git-credential-wincred.exe"
94
echo "-- Removing legacy credential helpers"
0 commit comments