[Github-comments] [geany-plugins] Extend mingw support (#374)

Enrico Tröger notifications at xxxxx
Sat Feb 27 14:22:08 UTC 2016


I don't think so, at least prefix= would not be enough, examples:
- `datarootdir = ${prefix}/share` -> this is the value in a generated Linux Makefile, this would lead to `/share` on Windows which is not relative, $datarootdir is used for `LOCALEDIR` and others
- `PKGLIBDIR` is empty on Windows, on Linux it is `$(libdir)/geany-plugins` with `$libdir` being `$prefix/lib`, no idea why those are different and PKGLIBDIR seems unused at all to me

I'v just noticed `DOCDIR` is still broken, will fix this later today.


---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/374#issuecomment-189649912
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160227/096418e4/attachment.html>


More information about the Github-comments mailing list