Skip to content

Commit

Permalink
getMSYS2GccAsThirdParty: Added all other necessary packages for the s…
Browse files Browse the repository at this point in the history
…eparate GCC installation to work.
  • Loading branch information
wyldckat committed Aug 12, 2024
1 parent 4417bb1 commit 81ae0a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions getMSYS2GccAsThirdParty
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ do
PACKAGES="${PACKAGES} ${package}-${GCC_VERSION}-${MSYS2_GCC_PATCH}"
done

# Had to hard-code the package versions here
for package in \
gmp-6.2.1-3 \
mpfr-4.2.0.p4-1 \
crt-git-10.0.0.r258.g530c58e17-2 \
winpthreads-git-10.0.0.r258.g530c58e17-1 \
libwinpthread-git-10.0.0.r258.g530c58e17-1 \
windows-default-manifest-6.4-4
do
PACKAGES="${PACKAGES} ${package}"
done

for package in ${PACKAGES}
do
echo "Handling package '${package}'"
Expand Down

0 comments on commit 81ae0a4

Please sign in to comment.