Skip to content

Commit

Permalink
Removing dependencies conflict
Browse files Browse the repository at this point in the history
I let wingw-w64-gcc-base after some test I did and it's in conflict with wingw-w64-gcc, I just removed it.
  • Loading branch information
0xcomposure authored Dec 2, 2018
1 parent 8de5014 commit 67ace3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,15 @@ func_package_deps(){
{
if [ $1 == 'yay' ]; then
if [ "${silent}" == true ]; then
yay -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-gcc-base mingw-w64-winpthreads --noconfirm
yay -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-winpthreads --noconfirm
else
yay -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-gcc-base mingw-w64-winpthreads
yay -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-winpthreads
fi
elif [ $1 == 'yaourt' ]; then
if [ "${silent}" == true ]; then
yaourt -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-gcc-base mingw-w64-winpthreads --noconfirm
yaourt -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-winpthreads --noconfirm
else
yaourt -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-gcc-base mingw-w64-winpthreads
yaourt -S mingw-w64-binutils mingw-w64-crt mingw-w64-gcc mingw-w64-headers mingw-w64-winpthreads
fi
fi
}
Expand Down

0 comments on commit 67ace3e

Please sign in to comment.