浏览代码

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 9 年之前
父节点
当前提交
1fd28e9bbf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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