Skip to content

Commit

Permalink
Builders: Add /windows/mingw64/bin to $PATH
Browse files Browse the repository at this point in the history
This seems necessary e.g. for the GeanyPG plugin which looks for
"gpgme" library which is installed via Pacman and so in /windows/mingw64.
  • Loading branch information
eht16 committed Jan 4, 2025
1 parent c55db8c commit acc7856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builders/Dockerfile.mingw64
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ RUN set -e && \
/windows/mingw64/share/icons \
/windows/mingw64/share/locale \
/windows/mingw64/share/doc

ENV PATH=${PATH}:/windows/mingw64/bin

0 comments on commit acc7856

Please sign in to comment.