Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 15 Oct 2017 21:28:08 UTC Commit: 53c2fb92830f6a72374cd601d47f5ee80d62acfb https://github.com/geany/geany-plugins/commit/53c2fb92830f6a72374cd601d47f5e...
Log Message: ----------- Fix building the utils library on Windows
Modified Paths: -------------- utils/src/Makefile.am
Modified: utils/src/Makefile.am 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -10,5 +10,5 @@ libgeanypluginutils_la_CPPFLAGS = $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN="Utils" libgeanypluginutils_la_CFLAGS = $(AM_CFLAGS) libgeanypluginutils_la_LIBADD = $(COMMONLIBS) -libgeanypluginutils_la_LDFLAGS = $(GP_LDFLAGS) +libgeanypluginutils_la_LDFLAGS = -no-undefined $(GP_LDFLAGS) include $(top_srcdir)/build/cppcheck.mk
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org