[geany/geany] 9506c7: Remove unneeded -liberty flag
Nick Treleaven
git-noreply at xxxxx
Sat Jan 24 16:30:57 UTC 2015
Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Committer: Nick Treleaven <nick.treleaven at btinternet.com>
Date: Sat, 24 Jan 2015 16:30:57 UTC
Commit: 9506c7ae59d22ed68af0c00a3922e05aec142be7
https://github.com/geany/geany/commit/9506c7ae59d22ed68af0c00a3922e05aec142be7
Log Message:
-----------
Remove unneeded -liberty flag
Modified Paths:
--------------
src/makefile.win32
Modified: src/makefile.win32
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -51,7 +51,7 @@ ALL_GTK_LIBS= \
#"$(PREFIX)/lib/asprintf.lib" \
#"$(PREFIX)/lib/charset.lib" \
-WIN_LIBS=-mwindows -lole32 -luuid -liberty -lwsock32
+WIN_LIBS=-mwindows -lole32 -luuid -lwsock32
CBASEFLAGS=-Wall -pipe -mms-bitfields $(DEFINES) $(INCLUDEDIRS)
ifdef DEBUG
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list