Explorar o código

ctypes: link against intl-8 on mingw (intl3 is obsolete)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67066 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=9) %!d(string=hai) anos
pai
achega
1fd28e9bbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/python/ctypes/Makefile

+ 1 - 1
lib/python/ctypes/Makefile

@@ -59,7 +59,7 @@ CTYPESFLAGS = --cpp "$(CC) -E $(CPPFLAGS) $(LFS_CFLAGS) $(EXTRA_CFLAGS) $(NLS_CF
 EXTRA_CLEAN_FILES := $(wildcard ctypesgencore/*.pyc) $(wildcard ctypesgencore/*/*.pyc)
 
 ifneq ($(MINGW),)
-INTLLIB = -lintl3
+INTLLIB = -lintl-8
 endif
 
 include $(MODULE_TOPDIR)/include/Make/Python.make