Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 04 Jan 2025 10:02:33 UTC Commit: acc78569343363b3de173f9bc86385aa1dd7c667 https://github.com/geany/infrastructure/commit/acc78569343363b3de173f9bc8638...
Log Message: ----------- Builders: Add /windows/mingw64/bin to $PATH
This seems necessary e.g. for the GeanyPG plugin which looks for "gpgme" library which is installed via Pacman and so in /windows/mingw64.
Modified Paths: -------------- builders/Dockerfile.mingw64
Modified: builders/Dockerfile.mingw64 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).