[GRASS-SVN] r67085 - grass/branches/releasebranch_7_0/lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 12 06:01:49 PST 2015
Author: martinl
Date: 2015-12-12 06:01:49 -0800 (Sat, 12 Dec 2015)
New Revision: 67085
Modified:
grass/branches/releasebranch_7_0/lib/python/ctypes/Makefile
Log:
ctypes: link against intl-8 on mingw (intl3 is obsolete)
(merge r67066 from trunk)
Modified: grass/branches/releasebranch_7_0/lib/python/ctypes/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/ctypes/Makefile 2015-12-12 14:00:55 UTC (rev 67084)
+++ grass/branches/releasebranch_7_0/lib/python/ctypes/Makefile 2015-12-12 14:01:49 UTC (rev 67085)
@@ -59,7 +59,7 @@
EXTRA_CLEAN_FILES := $(wildcard ctypesgencore/*.pyc) $(wildcard ctypesgencore/*/*.pyc)
ifneq ($(MINGW),)
-INTLLIB = -lintl3
+INTLLIB = -lintl-8
endif
include $(MODULE_TOPDIR)/include/Make/Python.make
More information about the grass-commit
mailing list