Skip to content

Commit 69f4dd8

Browse files
committed
git: avoid forcing to compile wincred with GCC
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f09c2cf commit 69f4dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-git/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ build() {
135135
# LDFLAGS *really* do not cause `git.exe` to be re-linked after it was
136136
# stripped.
137137
export PATH="$MINGW_PREFIX/bin:$PATH"
138-
CC=gcc make -C contrib/credential/wincred clean &&
139-
CC=gcc make -C contrib/credential/wincred &&
138+
make -C contrib/credential/wincred clean &&
139+
make -C contrib/credential/wincred &&
140140

141141
targets= &&
142142
case "${pkgname[@]}" in ''|*-git|*-git\ *) targets="$targets all";; esac &&

0 commit comments

Comments
 (0)