We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wincred
1 parent f09c2cf commit 69f4dd8Copy full SHA for 69f4dd8
mingw-w64-git/PKGBUILD
@@ -135,8 +135,8 @@ build() {
135
# LDFLAGS *really* do not cause `git.exe` to be re-linked after it was
136
# stripped.
137
export PATH="$MINGW_PREFIX/bin:$PATH"
138
- CC=gcc make -C contrib/credential/wincred clean &&
139
- CC=gcc make -C contrib/credential/wincred &&
+ make -C contrib/credential/wincred clean &&
+ make -C contrib/credential/wincred &&
140
141
targets= &&
142
case "${pkgname[@]}" in ''|*-git|*-git\ *) targets="$targets all";; esac &&
0 commit comments